Milkman's Push ANE not working on iOS10
2
|
i'm using milkman easypush ane push notification in ios , android apps. onesignal backend. all fine ios 9 , android, no ios 10 devices register. i'm building animatecc (same flash cc pro) , air sdk 23. if debug on ios 10 device , listen onregfailed event, get:
as mentioned, there no problem on ios 9. when uploaded ipa app store, got following message:
but why working on ios 9 then, , not on ios 10? thank help |
hi nicolaskostja,
have added below entitlements in app.xml :
<entitlements>
<![cdata[
<key>aps-environment</key>
<string>development</string>
]]>
</entitlements>
please try using above entitlements after </infoadditions> tag in app.xml file. , go through below link:
using push notifications in air ios apps | adobe developer connection
thanks,
adobe air team
More discussions in AIR Development
adobe
Comments
Post a Comment