iPhone first time application ran and config files
- by VansFannel
Hello.
I have two question:
I'm developing an iPhone application and I want to know when it is the first time the application is executed. I want to check some extended permissions from facebook the first time.
How can I know that? (first question)
Another way to solved this problem is to store the extended permissions granted in some configuration file. I don't want to make visible this file through app settings icon.
How can I add some configuration files to store these permissions granted? (second question)
Thanks