D
D
David Koifman2017-10-26 14:32:53
User identification
David Koifman, 2017-10-26 14:32:53

How to add registration to ios application?

I am creating an application in which registration will be required. I want to do a regular registration and log in as usual, and also a guest mode where you can enter the application without registration and see its main functions. What is needed for this? Is it possible to get by with one knowledge of swift or something else? Do I need to connect the Internet or can I do without it? I write the clarification in swift in Xcode only for iPhone and iPad.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Tikhonov, 2017-10-26
@tikhonov666

Internet, of course, will be needed. Your users must be stored somewhere, therefore, you need a backend on which the login and registration services will be launched. Use your own or third-party backend, such as parse, firebase, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question