简体   繁体   English

iOS8中的Adobe AIR-Backgorund中的通知操作

[英]Adobe AIR in iOS8 - notification action in backgorund

I've been running some tests here and I just want to confirm if someone could do something with this issue. 我一直在这里进行一些测试,我只想确认是否有人可以解决此问题。

When I execute a notification action in background using new iOS8 notifications, the app starts in background and runs the delegate handleActionWithIdentifier after iOS initialization (I see how didFinishLaunchingWithOptions is called before). 当我使用新的iOS8通知在后台执行通知动作时,该应用在后台启动,并在iOS初始化后运行委托handleActionWithIdentifier(我知道之前如何调用didFinishLaunchingWithOptions)。

But the AS3 is not called so I cannot handle any action in that end. 但是未调用AS3,因此我无法为此目的执行任何操作。

Anyone with the same problem? 有人遇到同样的问题吗? possible solutions? 可能的解决方案?

Thanks 谢谢

Finally I realized that I cannot reach AS3 execution if I use a mxml file for the AS3 app. 最终,我意识到如果我为AS3应用程序使用mxml文件,则无法达到AS3执行。 But using AS3 files, I can reach the execution at least for the first main sprite initialization, so I can handle the notification response at that moment. 但是,使用AS3文件,至少可以在第一次主sprite初始化之前达到执行效果,因此我可以在那一刻处理通知响应。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM