aws-amplify / aws-amplify/docs

Push Token not received on each app launch following Amplify documentation

Open
#8,149 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
MDX
Stars
506
Forks
1.1k
Avg merge
3h 14m
Merged PRs (30d)
1

Description

**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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.