Hello,
I'm having a problem with the pushplugin. I got this error when I start the application on a ios device: error: no valid 'aps-environment' entitlement string found for application . The application is build with phonegap build website.
I read a lot about this error and I tried to fix it, but it didn't work. This is what I did:
- I created the provisioning profiles as last, but that didn't work. I did everything over, but again the same result. I tried to create the provisioning profiles again, but still i got that error. In phonegap I have not errors, just in the application.
- The push notification setting is enabled (for development) in the App ID.
- In the .mobileprovision file is the <key>aps-environment</key> present.
I don't know how I can fix this error. Can you give me some advise? In android works everything fine.