Week 75 - Native Apps & Marketplace
One of the cool things about native apps, is the ability to request permissions and be granted them without actually having real access to the consumer account.
Instead, the application gets the permissions.
But how do we request permissions? Well, let's find out. Your challenge is to request:
- SELECT access to one table
- CREATE DATABASE on account
Your native app should then verify it has all the permissions it needs. The flow should look like:



Here is a zip with the skeleton code. You will need to change every file in the zip.
Good luck!