iOS: Custom permission alert view text

岁酱吖の 提交于 2019-11-26 11:03:01

问题


Anyway to custom permission alert view like: Contacts, Photo Album, Push Notifications... before they get access, they will pop up an alert view like this:

\"enter

How to custom Contacts, photo album, push notifications alert view text?

UPdate:

\"enter

See the update image above, translate into english:

\"To seek for your family and friends, Path needs to transfer your contacts to our server\"

And click OK to get contacts access without any other access permission alert view pops up.


回答1:


Under iOS 6 and above, these can be setup to show specific messages. Edit your Info.plist by adding a few new entries. The keys all begin with "Privacy - " (the raw keys are NSxxxUsageDescription where xxx is Contacts, Locations, Reminders, PhotoLibrary, or Calendards). The value is the text you wish to display to the user.



来源:https://stackoverflow.com/questions/14158871/ios-custom-permission-alert-view-text

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!