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

前端 未结 7 951
礼貌的吻别
礼貌的吻别 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  | grep 'prefs:root'
    

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

提交回复
热议问题