Android like permissions in iOS
问题 In android, you define permissions for gps, sms sending, location , .., in the manifest file. Is there anything similar in the iOS, so the user would know what capabilities of the phone some app uses before installation? Or is the user warned during app use when some function wants to use something (e.g. gps, sms...)? 回答1: In iOS you declare your application requirements in its manifest-like Info.plist . But this information is not used to ask user permission, only for ensuring device