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

Document Xcode's interactions with push #647

Open
3 tasks
tomczoink opened this issue Apr 1, 2019 · 0 comments
Open
3 tasks

Document Xcode's interactions with push #647

tomczoink opened this issue Apr 1, 2019 · 0 comments
Labels
api-reference Anything that appears below the API reference blue fold no-sync Do not sync ticket to JIRA

Comments

@tomczoink
Copy link
Contributor

tomczoink commented Apr 1, 2019

We need to document how to resolve debug issues for Xcode with Push, this includes:

  • Creating a support article
  • Writing up information for relevant docs
  • Dashboard interfaces need useful info

Notes:

Check if the app has Push Notifications well configured in the Apple Developer account: image1

Go to the target settings > Capabilities > Push Notifications and check if all steps are ok: image2

Check if the correct certificate is in place in Ably Dashboard.

In Xcode, you can't use production certificate in debug/development.

From oficial documentation:

Xcode sets the value of the entitlement based on your app's current provisioning profile. For example, if you're using a development provisioning profile, Xcode sets the value to development. https://developer.apple.com/documentation/bundleresources/entitlements/aps-environment?language=objc
The easiest way to test production notifications (without releasing the build) is installing the app via TestFlight. Just archive and upload a build and enable internal testing after the build has finished processing in AppStore Connect. Then just install that build in your device.

┆Issue is synchronized with this Jira Task by Unito

@tomczoink tomczoink added api-reference Anything that appears below the API reference blue fold push labels Apr 1, 2019
@MarkWoulfeAbly MarkWoulfeAbly added the no-sync Do not sync ticket to JIRA label Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-reference Anything that appears below the API reference blue fold no-sync Do not sync ticket to JIRA
Development

No branches or pull requests

2 participants