ios app store rejection - Your app uses the “prefs:root=” non-public URL scheme

前端 未结 7 841
礼貌的吻别
礼貌的吻别 2021-01-03 23:07

I recently uploaded a new version of my app to itunes connect. My app got rejected with this note

Your app uses the \"prefs:root=\" non-public URL s

相关标签:
7条回答
  • 2021-01-04 00:09

    To find out which library is using that permission, you can use this command in terminal

    strings <file path> | grep 'prefs:root'
    

    to search in dependencies compiled files, if you have no luck with search in Xcode.

    0 讨论(0)
提交回复
热议问题