[AC-4217] IOS PushNotifications Callback doesn't fire
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-07-26T11:54:43.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Arrow Push, Titanium SDK & CLI |
Labels | defect, ios, notifications, push, pushnotification |
Reporter | Michael Böckmann |
Assignee | Shak Hossain |
Created | 2016-07-26T10:26:19.000+0000 |
Updated | 2016-07-26T11:54:43.000+0000 |
Description
The Callback function for the registerForPushNotifications()-Method does not fire.
We tested out application on IPad (IOS 9.3.3) and an Ipod Touch(IOS 9.3.2)...
The setup was done like it is described in the documentation: https://docs.appcelerator.com/platform/latest/#!/guide/Push_Notifications
Android works just fine... But the IOS devices are only able to subscribe to the desired channel but they are not getting any notifications.
We tested the notification distribution with the dashboard.
You can review the code here http://pastebin.com/WQMeK90j
As noted on Slack, we did not touch the remote notification since years. I just tested it on a device and it just works. Most probably, either the .p12 push certificate is not configured correctly or the provisioning profile that is used to sign the application for the device is not bundled with the apns entitlements correctly.