Adobe AIR Rich Media notifications on iOS 10+
Does anyone able to implement Rich media push notifications for iOS?
My findings:
I'm working on Adobe AIR iOS application and want to implement rich media notifications through Native extensions(ANE). I'm creating iOS static library for ANE with UNNotificationServiceExtension implementation. Also adding serviceextension.appex file as Target Dependency in Static Library target. But not able to add serviceextension.appex in platformoptions.xml packagedDependencies.
Flash code, I've enabled UIBackgroundModes for remote notification.
<key>UIBackgroundModes</key> <array> <string>remote-notification</string> </array>Service extension code is not getting called and notification is shown without rich media image. Please let me know whether its possible to implement in Adobe AIR or I'm doing something wrong.
