hi I want to do something like this. My application has a registration process. When user enter their phone number in registration page and click the registration then user get a PIN number as a SMS. Also user redirect to the PIN verification ViewController
.
What I want to do is keep the user current status in the application. That means if user type the phone number and after getting the SMS without entering the PIN number to veryfi he can close the app. So next time when he open the app it should load the Verification ViewController
. In order to do that I have to keep the status of the app inside my phone.
How I can store this. Can I use KeychainItemWrapper
for this? If so can I make several KeychainItems
by changing the identifire name.
Please help me.
Thanks