Hello!
I have developed an application using Unity that runs on the visionPro. I have correctly built it, installed it on the device and it works. The spatial computing application continue to work after several days (pretty normal, I launch the app and it works. It doesn't use any external services).
After several weeks, like a month or so, I launch again the same app but it's not working anymore. The only way I have to make it work again is to rebuild and reinstall it again.
What am I missing here? Why an application built and installed few weeks ago suddenly stops working on the VisionPro?
Hi @Gounemond, based on your description, it seems like you're using a development profile to sign your app. That type of profile is meant for development and debugging only so it's expected that apps signed with them expire after some short period of time.
If you plan to use the app on a longer term, you need to sign the bundle with a Distribution profile, like an AdHoc distribution or similar.
This type of app launching issue has a clear log signature and a sysdiagnose could certainly help us confirm that's the case.