I am working on an R&D. I followed few blogs but can not find exact what I am looking for.
I am having a ionic 3 android application where I used cordova-plugin-fcm-with-dependecy-updated and @ionic-native/fcm
Requirement:
- Whenever I update new version on playstore old user will get pop-up ‘New version is available please update’ by alertControll.
Expecting Solution for this:
- Along with firebase notification we will get updated app version to check which version of application user using right now, is old then show pop-up else no need.
- We can write respecting code in app.component.ts so whenever user open app, respective firebase code will fetch app version and process further.
I hope my question is clear for all any suggestion will be helpful
1 post - 1 participant