At this point I have written a program for use on the android platform in which users will see information about outstanding bills (private personal information).
At this point I demanded some kind of formal registration takes place at an office.
I want to improve on the registration part and was wondering if I could implement the use of api keys. In this case people wouldn't need to register at some office formally, but could download the app from playstore.
Currently the app sends requests to a server (at this point I use username and password).
I read and searched information about api key's and how to implement them. But it is still confusing.
The code of the program at this point is irrelevant as I'm not sure about the use of api keys yet and is working correctly at this point. I just can't seem to find a fit answer for the following.
Should every mobile device get it's own private api key when installing/downloading or a public one?
Ooh and for the sake of it, I am using laravel 5.1 with mariadb (not that it will matter in the answers).