The app works fine initially. After a while though, once the app opens it sends you back to the iOS home screen so that you can’t play. I can see the app running in the background, but whenever I try to click on it I get booted back to the home screen. This has happened for more than one of my apps on more than one iOS device.
Hi @IndievdB ,
Does your issue sound like the one on this thread:
If so, please check that the development certificate you used to create the app is still valid, otherwise you will have to rebuild the app with a valid certificate.
If it is not the same issue, please follow the steps to find the crash logs / log output from your app to give us some more information.
Cheers,
Chris
No crash logs when I check the device or put it through XCode. I can’t seem to find any errors either. The app doesn’t actually crash, it just sends you back to the home screen. One of the apps that this is happening to is just a simple object viewer with only one script to detect mouse touches.
Yeah that does sound like the problem. I didn’t realize that the development certificate created, if you aren’t paying the annual developer’s fee, is only temporary. Thanks for the help!