Posts

Post not yet marked as solved
17 Replies
Same problem here. Hugely annoying. Need to generate a new access token, and can't because this page won't load. Help!
Post not yet marked as solved
1 Replies
This thread sheds some light: https://forums.developer.apple.com/thread/119186In a nutshell, Safari is presenting itself (in the user_agent string) as a desktop browser instead of a mobile browser. So my server assumes the custom URL scheme won't work and doesn't redirect to it. Still looking for a way that the server can distinguish that it's being shown on an iPad.
Post not yet marked as solved
1 Replies
Two specific questions for helping diagnose this:First, is there a way to programmatically query what the current Core Data model version is?Second, is there a low-level way to see what the current model version is set to in the project, apart from what the Xcode UI shows (which appears to be wrong)?