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
{{ message }}
This repository was archived by the owner on Feb 7, 2019. It is now read-only.
Currently for iOS when in the settings you pass a notificationCallbackIOS function, on register the app automatically subscribes to that callback. For Android you have to manually do this by calling onMessageReceived in the success callback of the register function. This is really not very user-friendly and I think for Android the logic should be changed to match the iOS one, i.e. if the user passes a notificationCallbackAndroid in the settings on register the plugin should automatically subscribe to that event.