alexneats
alexneats
Hello - Firstly, my app is currently using v11.0.3-cli of this plugin; upgrading above 11.0.3-cli isn't an option due to other super old dependencies. I can see that there is...
I should have mentioned that my app also uses Crashlytics. These are the plugin methods I'm consuming in general: - onMessageReceived - onTokenRefresh - unregister - setAutoInitEnabled - grantPermission -...
Agreed. This fix is great because, it works! I would LOVE for v2.0.1 of this plugin to get pushed out soon too, please! (:
I checked this out. The old repo works because it's doing a 'cordova.getActivity().startActivity(intent)', whereas the modern one tries to do a callbackContext.sendPluginResult(result) with the custom URL scheme, if the AllowedSchemes...