Skip to content

[Chore] Makes sure the Unregistered error code has a user friendly message #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/NotificationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export default {
const errorTypes = {
NoSubscriptions: 'One or more devices are not subscribed to receive this push notification.',
NotRegistered: 'One or more devices are not subscribed to receive this push notification or the app could be uninstalled.',
Unregistered: 'The app could be uninstalled or reinstalled on one or more devices.',
InvalidProviderToken: 'The APN Key ID, push certificate or Team ID is not valid. Please double-check your settings.',
MismatchSenderId: 'The Android push notification settings for GCM incorrectly use the Project ID instead of the Sender ID',
DeviceTokenNotForTopic: 'The target bundle identifier does not match the one being used by some of the subscribed devices.',
Expand Down