Hi everyone, today I experienced an issue.
My app makes some checks online when it starts. But the first time a dialog is prompted asking to the user to allow the app to go on internet.
the dialog is not blocking! so my program will still going in the background, failing the checks because it has not the access to the network.
There is a way to wait the user to answer?
And, there is a way to show up this dialog again if the user miss-click and tap on "not allow"?
Thanks in advance
My app makes some checks online when it starts. But the first time a dialog is prompted asking to the user to allow the app to go on internet.
the dialog is not blocking! so my program will still going in the background, failing the checks because it has not the access to the network.
There is a way to wait the user to answer?
And, there is a way to show up this dialog again if the user miss-click and tap on "not allow"?
Thanks in advance