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
Post a Comment