How can I pass a user ID from my login page to an end page to allow the user access to my application? I want to make a application like Yahoo; if we open a Yahoo page, and enter our user name and password for login, then wherever we go we don’t have any problem. If we want to update our profile we can do so easily. I want the same for my iPhone application; the user logs in and I can then use the ID throughout my application, and if the user wants to update, then he can easily update values in the server’s database.
Share
If you are aware about application delegate than you can do it like, Declare one variable let say user id is integer than as follows.
Hope it helps. If any doubts please leave a comment.