You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin now requests permission to show push notifications on Android 13+ devices. If you call registerForPushNotifications() method before the default Titanium Activity(org.appcelerator.titanium.TiActivity) loads, the activity will be shown on top of the permission activity, completely blocking permission activity's interface. Please make sure that you call registerForPushNotifications() after TiActivity is loaded.