↧
How to unregister background service
I see there's an unregister method but what's the syntax for using it? There's nothing about it in the documentation or KitchenSink.
View ArticleBackground Service / Local Notification unregister
Good day to all "strong coders"! The following code gives me the "WARN Exeption in event callback" error, but i can't see what's wrong !! Can you ? StopTheService();function StopTheService(){...
View ArticleTi.Network.unregisterForPushNotifications() doesn't work
I've tried to unregister push notifications for APN(apple push notification),but failed,how does this method Ti.Network.unregisterForPushNotifications() use?
View ArticleTurn push notification On and OFF in app
Hi, I'm building an app which uses Push Notification. I used push notification with pushwoosh. In my app, I wanted to be able to turn On and Off the push notification. Is this possible to be done? And...
View Article