Options

Securing a Published App

ajayjainajayjain Member Posts: 119
Just wondering, what the steps we must follow to secure our published apps, so code cannot be seen or copied.

I know only 1 place which is on app.json

"resourceExposurePolicy": {
"allowDebugging": false,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
}

is there any other thing, we must do before publish

Also what is the easiest way to charge monthly/annual subscription for our apps ?

Thanks
Ajay Jain
UK
Sign In or Register to comment.