iPhone first time application ran and config files

Posted by VansFannel on Stack Overflow See other posts from Stack Overflow or by VansFannel
Published on 2010-04-26T14:03:46Z Indexed on 2010/04/26 14:13 UTC
Read the original article Hit count: 319

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.

  1. 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.

  1. How can I add some configuration files to store these permissions granted? (second question)

Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about configuration-files