Skip to main content
Inspiring
February 5, 2015
Answered

adobe notification ane iOS 64bit support

  • February 5, 2015
  • 2 replies
  • 2217 views

Hi, I was running through my ane's for iOS 64 bit support and realized the notification ane from adobe has not been updated - will you be updating the notification ane to iOS64 bit, or is there an alternative or source? Thanks, the link to the notification ane is: Notification native extension sample | Adobe Developer Connection

This topic has been closed for replies.
Correct answer Spider22

I am using fresh planet ANE for android remote notifications. freshplanet/ANE-Push-Notification · GitHub

I believe it also supports local notifications (as their AS3 code shows it).


From the response by Adobe, I assume the notification ane is not going to be updated. I did manage to get ahold of the source, but too many issues when trying to bring into xcode, compile and build the ane. Using the advice from this thread, I downloaded several other ane's supporting local notifications and worked with them. I will mark this as the correct answer. Thanks.

2 replies

Spider22Author
Inspiring
February 18, 2015

Is there going to be an update from Adobe on the notification ane? If not, can Adobe provide the complete source - the downloadable source does not contain the ane build info.

Pahup
Adobe Employee
Adobe Employee
February 18, 2015

Hi,

We did release push notification ActionScript APIs for iOS few years back, we strongly recommend to make use of them, you can find the details @ Using push notifications in AIR iOS apps | Adobe Developer Connection

-Thanks

Pahup

Spider22Author
Inspiring
February 18, 2015

Hi, I took a look at the push notifications, but what I am looking for is local notifications not remote notifications (although I do need this also shortly, so thanks for this). Can the push notifications be used for local notifications on iOS, without remote notifications, and if so, is there example code?

Spider22Author
Inspiring
February 12, 2015

Is there an update from Adobe for the notification ane on ios ?