Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS How to allow users to register an account / How to make a database of users

I am in the planning stages of building an App for iphone / ipad (yes, very early stages)

I am basically wondering how much work is involved in having a seperate user registration process for an app i.e. letting users register an account and use login using that account and use the app.

Will this involve constructing / coding an entirely new database or is there software available that automates this process?

thanks in advance

like image 393
AndyNZ Avatar asked Mar 16 '12 21:03

AndyNZ


1 Answers

You could have a look at a service like StackMob.

This allows you to utilise server based services with no server-side implementation on your part.

like image 50
Ian L Avatar answered Oct 18 '22 17:10

Ian L