Samuel Goodwin
Samuel Goodwin
I'm also seeing this problem. Poking around in the code doesn't seem to be revealing much.
This seems to help here: https://devforums.apple.com/message/973706#973706
Are you handling the part where your app is launched via a URL? In your Scene Delegate, you should see the incoming URL, this URL needs to be fed to...
You need to make sure you haven't skipped a step setting up the redirect stuff and the configuration in your own app to allow opening the app from the same...
The session manager delegate has a function which gives you the code and gives you a chance to tell the session manager to let you handle swapping the code for...
Are you handling the URL used to open your app when it switches back? This needs to be fed to the session manager or it won't do anything.
Either solution would be good actually. Option 1 is nicer if you have a whole bunch of milestones maybe.
That would work for me. It could set a dotfile in the project to keep up with that info or something.
Like so: http://cl.ly/0P150v190b13
Click around in the file browser of the project after you delete the files. You'll see empty groups that break Xcode when you click on them.