phonegap / phonegap-plugin-push

Register and receive push notifications
MIT License
1.94k stars 1.91k forks source link

[Action Required] Switch to the Play Referrer API by March 1, 2020 #2870

Open dev-drd opened 4 years ago

dev-drd commented 4 years ago

Hello,

I've made android app in ionic 3, and recently i got email from google play store regarding to "Switch to the Play Referrer API". because install_referrer intent broadcast will be deprecating. But i haven't use install_referrer intent broadcast in my app.

Is this plugin use install_referrer intent broadcast mechanism for send and receive push notification?

Please help me on this.

Regards, Dharmesh

paknecht commented 4 years ago

Hi I had the same Issuse, just upgrade on the latest version 2.3.0 and then you won't get this error anymore.

dev-drd commented 4 years ago

Hi I had the same Issuse, just upgrade on the latest version 2.3.0 and then you won't get this error anymore.

Thank you for your replay, will try it.

dev-drd commented 4 years ago

Hi I had the same Issuse, just upgrade on the latest version 2.3.0 and then you won't get this error anymore.

Hello paknecht,

I have checked push plugin version and it has already latest version, you can check below code, then why i got "Play Referrer API" email?

"phonegap-plugin-push": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/phonegap-plugin-push/-/phonegap-plugin-push-2.3.0.tgz", "integrity": "sha512-0R35BGVvvNzov3fckBspc7snwsIdTyzMVSNR3MJTxWX6s06aDlVL7EvQ3wClIBhI7jUCIa7AgSZy2Lrwm8kPuL==", "requires": { "install": "^0.8.2" } },

So, please help me on this.

Regards, Dharmesh