-1

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

KavG
  • 169
  • 1
  • 12

1 Answers1

1

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.

matt
  • 515,959
  • 87
  • 875
  • 1,141