iOS Develoment: Why is my NSURLConnection failing with a “bad URL” error for only some users?

后端 未结 4 1245
花落未央
花落未央 2020-12-09 05:42

I have an iOS app that requests JSON data from my Rails 3 app, hosted on Heroku, and it works great on my device and for many other users, except one. I have o

4条回答
  •  温柔的废话
    2020-12-09 06:25

    I'm not sure how if at all it relates to your issue, but changing the Region in the Settings App had an affect on my app's ability to download. It was spitting out the same Bad URL error if the region was not set to United States. It might explain why some users are getting errors and not others.

提交回复
热议问题