[AC-4434] registerUserNotificationSettings doesn't work in iOS10
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2016-09-15T08:51:12.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Jérôme Danthinne |
Assignee | Shak Hossain |
Created | 2016-09-08T09:45:14.000+0000 |
Updated | 2016-09-15T08:51:12.000+0000 |
Description
I've just taken my current apps to test them against iOS10 with the SDK 5.5.0 RC, and the only thing that seems broken is that at the application launch, the app doesn't register for push notifications. There is no confirm alert asking to allow notifications
Hello. Good evening. I have the same issue using the following specs: Xcode version : 8 GM Titanium CLI: 5.5.0 Titanium SDK: 5.5.0.GA This is what I am getting when I try to get the device token: fail to register with error Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo={NSLocalizedDescription=no valid 'aps-environment' entitlement string found for application}
It is an Xcode breaking change, please check TIMOB-23908 for an easy fix and doc-updated. Thanks!