KavG
KavG

Reputation: 169

Can Info.plist file contain unused usage descriptions?

Can I enter usage descriptions for all available permissions in the Info.plist file and actually use only a few in the application?

Upvotes: -1

Views: 80

Answers (1)

matt
matt

Reputation: 535889

Can I enter usage descriptions for all available permissions in the Info.plist file and actually use only a few in the application?

Of course you can. You can do whatever you like. But don't try get such an app thru the App Store; Apple doesn't like that. There needs to be a place in the app where the user might encounter every usage permission dialog you register, and you will have to tell Apple how to reach it.

Upvotes: 1

Related Questions