Android like permissions in iOS

后端 未结 2 1418
清歌不尽
清歌不尽 2021-01-04 01:13

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

2条回答
  •  一向
    一向 (楼主)
    2021-01-04 01:40

    There's no such things as permissions on iPhone.

    The only thing that user is warned about is when application uses his current location - then user is prompted with system alert and must explicitly allow or deny application's access to location data.

    What concerns sms and email, they can be created and sent only via standard controllers so user will be aware of that anyway

提交回复
热议问题