distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

PushNotifications ANE - iPhone Entitlements breaks ipa #196

Closed dholem closed 10 years ago

dholem commented 10 years ago

Hey,

I'm having a problem with the ipa installing once it's been created. Everything works and installs just fine until I add the Entitlements elements to the descriptor file:

get-task-allow aps-environment production application-identifier Prefix.com.my.app keychain-access-groups Prefix.* ]]>

If i compile the ipa this way it looks as though it's installing like normal, but the app icon stays greyed out and when I try to launch it, it says "Installing...". Does the Entitlements tag look correct? Any idea what could be causing this?

dholem commented 10 years ago

Solved. Turns out I needed to turn the get-task-allow to false when compiling a production ipa.