I have an existing App framework which I use on many different clients.
I am setting it up for an updated customer and testing the Push Notifications, however although I am able to create an ArrowDB user I am unable to register for Push notifications with the error message:
no valid ‘aps-environment’ entitlement string found for application
I am using Xcode 8.1, iOS 10.0 on the test iPhone and Appcelerator Studio, build: 4.8.0.201611121409 and idk 5.5.1.v20160921190109
The certificates are all correct and I have recreated them just in case to check if there was an issue.
I have read many of the other threads here and they all relate to Xcode but nothing that seems to help my case.
I'm tearing my hair out!
One other aside is the Facebook module is playing up and I get the error:
canOpenURL: failed for URL: "fbauth2:/" - error: "The operation couldn’t be completed. (OSStatus error -10814.)
My only thought is that something is wrong in the trap.xml file? but no errors are coming up and everything else int he app works perfectly
any ideas?