Is there any particular reason for using certificates instead of APNS Auth Keys which is recently released by Apple? A single auth key works for multiple apps and it never expires.
Depends on the service you are using to generate the push notification. Looks like Pusher only supports certificates at the moment. As keys are a new feature it may take some time for third party providers to adopt them.
Hi, I followed along with the tutoral until the section telling me to use Pusher.
The word Pusher is bolded, but is not a hyperlink.
I didnāt see pusher on my mac, so Iām assuming itās not part of xcode,
I checked the app store but did not see it.
Thereās a pusher service, but that doesnāt appear to have the app.
Also if anyone is part of a corporate developer program, I had some questions around that -
The instructions in the tutorial tell us to go to the developer portal to get a certificate.
In xcode (8.3.3) under Project->General->Signing, I have āAutomatically manage signingā checked.
In the apple developer portal website, the option to edit any of my settings is grayed out (this could be a permissions issue, itās my first time using this)
Iām not sure about others, but I know I could use a bit more detail in the tutorial around this area of how to send the notification to Apple, especially tips related to hot to send a message to APNS from a web server. Otherwise the articleās been great so far!
As for the code signing, I understand the confusion (it is a confusing topic), but our goal was to focus on push notifications. You can check your role in Xcode settings: if your role is Member, you wonāt be able to edit these settings, and youāll need to talk to someone with higher privileges.
Great tutorial. Iām curious if itās possible to send a push notification with only a badge value (no alert, no sound)? Does Apple allow simply leaving out those fields?
I am new to iOS Developmentā¦ Can you please help me with the Following
Since we have used APNS to receive the notificationā¦ How can i use it with for the VoIP Notification ?
How to implement our own server instead of using pusher? I hope to do it using a personal server running on EC2 on Golang. I do not expect you to give me the code for it. But just a bit explanation and few links.
I would need to send the notifications from my back office server on Centos. All the python libraries I tested give several errors when trying to send a notification and a node one I also tested does not allow to submit a payload. Is there a full tested version to suggest?
Thanks for the tutorial! FYI, in order to get rid of a āUI call made in the backgroundā error/exception, I added calls to DispatchQueue.main.async as shown below:
I am new in Swift 3 but this tutorial is great. I just would like to know how to use it for Distribution. Using Pusher app I need an specific token for one device. After I have generated an certificate for distribution, how do I send push notification this way? Thank you.
hello
followed your tutorial and its working great,thank you. however i have a problem: if i accept to receive notifications on app start, no problem all is working. but if i refuse, then my webview is not loaded. what and where should i had to continue the launching process if autorisation are refused ? currently it stop on "āpermission granted: falseā
I am working as Native Android and iOS developerā¦ I want to know I was reading over stackoverflow that Push notification for iOS app is not allowed without APNSā¦
Hey everyone, just letting you know that the starter project from that link doesnt compile anymore.
Is there any push notification tutorial, that still works?