-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update documentation on how to use the plugin #3
Comments
Hi @rajatahirqaiser, thanks for pointing out gaps in the current documentation. I will try to update the README with more details in the next few days.
|
Thanks for a detailed response, For me I installed the plugin. It POP Ups as Update Available -> Download -> Installs BUT Can you please share step by step way to use the plugin, I am super confused |
There is no documentation on how to use it . I got it that we just need to install the plugin then all other work it will handle . But how to use flexible and immediate update ? |
On Android, you configure that per-version using the Play Store API. On iOS, currently it does the default Siren behaviour, but there's a PR to make that configurable via config.xml. |
Anyone ever get this working properly on Android w/ Cordova? Documentation has still not been updated. |
@CheckpointAccess , I found this to be working without any configuration needed. This will work if app is in real time deployed to Playstore and there is no release, can't be checked in DEV |
Ok thank you! I have been trying it while in testing releases, that could explain why it's not working. |
@CheckpointAccess or @rajatahirqaiser is it working when the app is in internal testing? |
Hi. |
In iOS you can test using Xcode, just set the version of your app to be lower than the one you have published in the App Store. e.g if your actual version released is 1.1.0 you can run the app in the Xcode and set the version to be 1.0.0 and then open in the simulator you should see the update notifier. One tip as well is that once you have it published, it will show the notifier when the latest version has been released for at least one day (24hrs). For Android as far as I read it's not possible to verify when is not in production. |
I found this article regarding testing in android.
Is this true for both, App Store and Google play store? I just tested in production in google play (plugin v1.0.1) and it doesn't seem to work. It hasn't been 24 h though. |
Hi, |
@satinder1208 same issue with my app on my device (pixel 5 - android 12). And it does not seems to work on other devices too with my app (so may be app related). To further debug, we need to add more logs |
@felicienfrancois Just to add more info... it worked for me after 4-5 days... then it was giving me an alert every time I was opening the app until I clicked on Update. Still, I am not clear about the root cause of this delay. May the reading source is cached in the play store or something. so it works after a good time only |
Same thing on my side. I can see app on the list of pending downloads with update button in Play store app, but no popup in app itself. Will wait for some time to see if it will start to work. It is not that usefull if it is not immediate and in sync with play store. I also removed "Enable auto-update" from the app in Play Store app to prevent automatic update of the app and test things. My app is in release track. |
On Android, this is using Google's Play Core library which is the official flow for in-app updates. That library is responsible for all the update detection and notification, so any delays are unfortunately an issue with their library or their API 😞 |
That is a pitty, maybe they will improve it in the future. |
Currently, this plugin is not much documented, For a Junior Developer like me, if the plugin has good documentation it would be easy to use.
Can you please document it properly ? Like how to use In App Updates ? How to use Flexible & Immediate updates using this plugin ?
The text was updated successfully, but these errors were encountered: