Pushwoosh iOS SDK, disable alert generated by pushwoosh in Background mode -


i want disable alert generated pushwoosh manager when received notification when app in background mode. have tried both pushwoosh_show_alert , pushwoosh_alert_type, works fine in foreground mode. want show custom message user when received notifications.

when app in background alert generated ios default.

you might want deliver notification silently , present notification yourself. see article on how achieve that: http://docs.pushwoosh.com/docs/deletable-ios-push


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -