On Oct 14, 2009, at 7:29 AM, Anthony Smith wrote:
I read on a forum somewhere that it's necessary to detect the device your app is running on and enable/disable features accordingly (e.g. disable phone feature on iPod) for app approval. If an app is meant for the iPhone only, is it necessary to detect the device and notify the user?
If your application takes advantage of special features of a particular device then it is good UI to hide or disable those features when they are not available. How you do this will vary depending on exactly what you are trying to detect. For example, if you want to check for a camera, UIImagePickerController has methods that allow you to determine if one exists and what types of media it can handle.
If you could explain what you are trying to detect, I'm sure folks could point you where you need to look.
-- David Duncan Apple DTS Animation and Printing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com