This is a weird problem that I do not understand.
When I delete my app and reinstall, it runs fine. When I run the app, then make changes and rebuild, then reinstall without deleting, I get errors where my variables have nil values and the app crashes.
I am trying to go through the variables and make sure they are reinitialized with the values that were present before suspend - but I am chasing my tail on this… there always seems to be another ‘nil’ value somewhere.
I would hate to release an update that crashes the app for my users - has anyone seen this before? Is there something I can do to make a clean update work with the previously played version? Why doesn’t the update force the app to start from the beginning?
I haven’t seen this issue anywhere else, so I am not sure what is causing it now.
Thanks!