Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 AIR 应用程序中实现了 Pushwhoosh,当应用程序关闭或在后台(我只在 Android 上测试过)时它工作得很好。即使应用程序正在运行,我应该怎么做才能接收通知?
这是默认情况下应该如何工作的。但是,如果您想更改此行为,可以尝试在清单文件中替换以下内容
<meta-data android:name="PW_BROADCAST_PUSH" android:value="true" />
和
<meta-data android:name="PW_BROADCAST_PUSH" android:value="false" />