Skip to content
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

Push Token not received on each app launch following Amplify documentation #8149

Open
richstimson opened this issue Dec 4, 2024 · 0 comments

Comments

@richstimson
Copy link

Describe the content issue:
Missing content - this page should include additional AppDelegate code to ensure that a push token is received on every app launch as intended.

- (void)applicationDidFinishLaunching:(UIApplication *)app {

// ....

   // Register for remote notifications.
    [[UIApplication sharedApplication] registerForRemoteNotifications];
}

or at least a note to point to this page:
https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/HandlingRemoteNotifications.html

URL page where content issue is:
https://docs.amplify.aws/gen1/react-native/build-a-backend/push-notifications/set-up-push-notifications/#update-your-application-delegate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant