Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Avicenna

macrumors member
Original poster
Jul 16, 2009
89
0
Hi,
I am about to submit an application to Mac App Store. My client wants the settings to reside in "System Preferences". Is this allowed in Mac App Store?
If it is allowed, then the system preferences settings is a bundle. How can I make sure that when the application is first run, this bundle will be run? Also, how do I include this in the source code i send to apple?
Thanks.
 
You're actually best off developing AppStore apps with a sandbox mentality.

  1. You can read the things in your .app bundle
  2. You can store per-user application data in user defaults.
  3. You can read from files the user explicitly gives you access to via open panels
  4. You can write to files the user explicitly gives you access to via save panels
  5. You have access to nothing else
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.