android - How can i send notifications with Pushwoosh in an AIR app when the app is running? -


i've implemented pushwhoosh in air app , works fine when app closed, or in background (i've tested on android). should receive notifications when app running?

this how supposed work default. however, if change behavior, can try replacing following in manifest file

<meta-data android:name="pw_broadcast_push" android:value="true" /> 

with

<meta-data android:name="pw_broadcast_push" android:value="false" /> 

Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -