in last time i get app update reject by play console, when i test my app they are working well and uploading in playconsole there will be shows problems by google test team. what the happen, fast response me
Why not provide a link to your app for testing and provide the problems Google complained about.
chexk app linn: https://www.mediafire.com/file/r642kitkwd23vtg/npl_games_vng+(2).apk/file
and see problem
also check block of screen1
what is main problem ??
it’s the way you are switching screens, no need to close Screen 1, just open another screen
if screen1 is a splash screen for you, i would suggest you to close application when user presses back on main screen.
mark it as solution if it worked
edit: also the way you are handling permission is not good, don’t ask for permission again and again if user declines it
i will try.
Thanks you
It is no problem at all, to close Screen1 when switching to another screen.
See also here:
i know about that, but the execution order is wrong, it should be
- close current screen
- open another screen
what he did was opposite and caused unexpected app closure, so gave him an easy solution to keep both the screens open.
No, the order doesn’t matter.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.