Closed usuf16 closed 3 years ago
Hey @usuf16 , what do you mean?
There's an example in the readme, check the result.other.updatePriority
section
@SudoPlz that will result for setting the priority just my question is that where we need to set the priority in example "gradle.build"?
You set the priority via the google play api, or whichever way you deliver the bundle to the play store.
For example using fastlane, we specify: in_app_update_priority
https://docs.fastlane.tools/actions/upload_to_play_store/#uploading-an-apk
This is not related to our library, this is a generic play store question. For further information feel free to use stackoverflow for that.
Can add some example where exactly we need to add the inappupdatepriority based on react native app. it will be more help full on completing the implementation.