After more tests I’ve confirmed that the app is doing this only if it is not connected to an Internet Netwook, the only API which I’m using and needs Internet is the store, but as you can see It is never called, at least not in that scene.
After more tests I’ve confirmed that the app is doing this only if it is not connected to an Internet Netwook, the only API which I’m using and needs Internet is the store, but as you can see It is never called, at least not in that scene.
There should be something in the console log that you can see when your iPad is tethered in and you’re using Xcode’s organizer.
It’s possible that there are other background things like analytics trying to make calls, but it shouldn’t crash your app. I just took one of my apps and put the phone in airplane mode and I didn’t get a black screen. You can try adding:
The problem is gone, I remade the whole proyect, adding file by file and testing every single scene individually. I also renamed some of my files and variables.
I don’t really know what the problem was, but now it’s working fine.
After more tests I’ve confirmed that the app is doing this only if it is not connected to an Internet Netwook, the only API which I’m using and needs Internet is the store, but as you can see It is never called, at least not in that scene.
After more tests I’ve confirmed that the app is doing this only if it is not connected to an Internet Netwook, the only API which I’m using and needs Internet is the store, but as you can see It is never called, at least not in that scene.
There should be something in the console log that you can see when your iPad is tethered in and you’re using Xcode’s organizer.
It’s possible that there are other background things like analytics trying to make calls, but it shouldn’t crash your app. I just took one of my apps and put the phone in airplane mode and I didn’t get a black screen. You can try adding:
The problem is gone, I remade the whole proyect, adding file by file and testing every single scene individually. I also renamed some of my files and variables.
I don’t really know what the problem was, but now it’s working fine.