I am developing a game for iOS for the last months. I am using local notifications (not remote/push notifications). Since yesterday they stopped working. Xcode's console is printing the following error:
Local Notification Error
ERRORError registering for Apple push notifications. Error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x17107fb00 {NSLocalizedDescription=no valid 'aps-environment' entitlement string found for...
Local Notification Error