How to enable push notifications in AIR app?
Is there a way to enable push notifications in an AIR-enabled app? I have an iOS native app I would like to try and port to AIR, I have the proper provisioning profile and certificate, et开发者_如何学JAVAc.
thanks,
Push notifications are not natively supported in AIR, but there are Native Extensions (ANEs) that let you have this functionality.
The guys from Fresh Planet developed several ANEs that are available with an open source license. I, myself, am using the Push Notification ANE they provided.
Check it out: https://github.com/freshplanet
Push notifications are not supported in AIR till the latest released version 3.3
精彩评论