“This app is not allowed to query for scheme cydia” IOS9 error

后端 未结 3 1728
长情又很酷
长情又很酷 2020-12-09 03:53

I have an app where I hit a HTTP Request

{ request: { URL: http://XX.XX.XX.XXX/we

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 03:55

    This problem only happens in iOS 9 since Apple made some changes impacting URL schemes.

    I think that one of your libraries is checking to see if you are running on a jailbroken device by checking if it can open cydia://URL...

    "Up until iOS 9, apps have been able to call these methods on any arbitrary URLs. Starting on iOS 9, apps will have to declare what URL schemes they would like to be able to check for and open in the configuration files of the app as it is submitted to Apple"

    Link: http://awkwardhare.com/post/121196006730/quick-take-on-ios-9-url-scheme-changes

提交回复
热议问题