Parse queries not working on iPhone 6 Plus after upgrade to iOS 9.2 from iOS 9.1

社会主义新天地 提交于 2019-12-11 12:44:02

问题


My app uses Parse with local store enabled to save and fetch data. While fetching it queries the local store first and then the network store.

The app worked well for CRUD operations (create, read, update, delete) on all phones.

After updating from iOS 9.1 SDK to 9.2 SDK the app:

  • works on all simulators including 6 Plus
  • and all phones except the 6 Plus phone (6s not tested).

The writes work well, I see them committed to the database (on the cloud). But when I query, I do not get network stored objects created elsewhere, objects created locally show up as they are already in the local store. My debug messages back this up and state that they did not find any network object.

This only happens on the 6 Plus phone.

I found similar symptoms at: Parse don't load content on iPhone 6 Plus however I do not have the auto-layout issues shown in that question.

来源:https://stackoverflow.com/questions/34323313/parse-queries-not-working-on-iphone-6-plus-after-upgrade-to-ios-9-2-from-ios-9-1

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