Permission error 10168

I tested Download option on Samsung J4 plus , and this error appears. It’s working fine for others mobile phones.

I have added no blocks for permission. If there are such blocks that ask for a one time permission please guide.

Has blocked external storage write so ask permission to write

2 Likes

It means that your app hasn’t been granted permission to write external storage

1 Like

It will be a great pleasure if you refer me to post or tell me what blocks I need to do so because I am a Beginner.

This block that you use in .initialize
blocks

Here if the user denies permission, in my case, he returns to the home screen.
But you can close the app if the user does not accept the permission.
blocks(1)

2 Likes

Call screen 1 ask for permission “android.permission.WRITE_EXTERNAL_STORAGE”

2 Likes

Is it a one time permission or the user have to do it every time he performs the action “Download”?

Do it once.
But if he uninstalls the app and installs it again, he must accept the permission again.

1 Like

Ok thank you so much :+1:

1 Like

Mark the solution for the topic

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.