App Permission Problem

You can make it do that however I think @Kodular should help now.

2 Likes

i think so

@maddevs

Is this an earning app?

"MoneyStorm"

1 Like

Yes.this is moneystorm

He asked if it’s a money app

2 Likes

yes.i say it is moneyapp

@maddevs
Tiny DB is a storage component so the app requires permission to access your files.

In other builders the permission is automatically granted. But makeroid, which is a better platform, asks user to grant the permission.

Don’t be afraid of getting your information leaked.
Makeroid is a good and safe place.

Happy Developing! :grinning:

4 Likes

if users denied to access .Then what happened? becuase i use tinyDb for store user id.
how to control tinyDb permission?
When denied by users, he can’t able to anything.

That’s the entire point of having permissions.

1 Like

suppose users denied, then he can’t go to other screen.
Is it possible?

Probably. Yeah.

Using the Is Permissions Granted block when Screen1.Initialize with a green not block connected to Is Permissions Granted, then Close Applications if If not Is Permissions Granted, you can then make it impossible to use your app without permissions.

2 Likes

@Diego

Which Components Allow Phone Call Permissions

its taking permission for tiny db

i think messaging component taking permission for that

I thought eraning apps are not allowed, he answered with yes , what will happen now, will his accout deleted ? , I thought if i built earning apps that my accoubt will be deleted or your app.I ask only why you read often that this is not allowed and so on. It does now interest me what will happen now.


How to solve this

Read the error… Permission denied, you have to request android.permission.READ_EXTERNAL_STORAGE and android.permission.WRITE_EXTERNAL_STORAGE

:) 

2 Likes