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 configuration #29

Open
pronebird opened this issue Dec 23, 2015 · 1 comment
Open

Push configuration #29

pronebird opened this issue Dec 23, 2015 · 1 comment

Comments

@pronebird
Copy link

I am trying to figure out whether app should register for remote notifications or implementing didReceiveRemoteNotification should be sufficient enough.

To be fair I am not much familiar with CloudKit, and looking at both README and demo app I see inconsistencies.

Demo app does not register for remote notifications nor handles remote notifications. Is this somehow intentional?

How does one configure Seam to receive live updates from CloudKit?

@paulw11
Copy link

paulw11 commented Aug 3, 2016

You will need to register for remote notifications in your app delegate. Something like

let notificationSettings = UIUserNotificationSettings(forTypes: .Alert, categories: nil)
application.registerUserNotificationSettings(notificationSettings)
application.registerForRemoteNotifications()

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

2 participants