I have developed a application in which there is a update page which is open only when the application is installed in the device and application run for the first time.After that update page is not shown.
How can I perform this work.
I have developed a application in which there is a update page which is
Share
What you have to do is take one bool variable in nsuserdefaults and when app will first launch it will set it to no.After that when you have shown your download page set that bool variable to yes.
Now every time when your app will get opened put a check mark that if your that bool variable is yes so dont show your download page or else what you what to do.
fIRST TIME YOU NEED TO DO:-
IN viewdidload of downlaod page:-