Posts

Post not yet marked as solved
0 Replies
616 Views
Recently released the update of our app to appstore which is crashing in upgraded user device, fresh install is working fine. Latest build is from xcode14, older build was in xcode 13.. Frustrating crash happens only in app store not in testflight for the same build. Crash happens in application didfinish launching options as soon as the application is opened. Some one help what could be the cause please
Posted Last updated
.
Post not yet marked as solved
1 Replies
591 Views
Recently released an update to our app in which we did some refactor in app delegate with composite pattern as mentioned in this blog https://betterprogramming.pub/avoiding-massive-appdelegates-df59dd9b8a2d It never created any issue till we submit the build to appstore.. Once user started upgrading the user from older version to new version through app store we are getting crashes in didFinishlaunchoptions immediately. Same upgrade scenario is working fine if we install the same build from testflight.. No issue in fresh install also. In crashlytics it says the crash is in application didfinishlaunching options. in device log, i see this exception. )EXC_BAD_ACCESSSIGSEGVKERN_INVALID_ADDRESS at 0x3c2c6e713e343054 -> 0x000000713e343054 (possible pointer authentication failure)" any one has any thoughts on this why only app store upgraded build is crashing for 3-4 times and works fine.. then after force close and reopening the app also leads to some n times of crash before it starts working.
Posted Last updated
.