airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
206 stars 11 forks source link

Crash Increase after LaunchScreen.storyboardc Implementation #3382

Open everseen83 opened 4 months ago

everseen83 commented 4 months ago

Problem Description

After adding LaunchScreen.storyboardc (instead of Default-{x}.png) on iOS, there has been an increase in crash reports. The error, which occurs at app startup, has now increased to affect approximately 5% of all users, although the majority of users are able to open the app normally.

Any suggestions to resolve this issue would also be welcome.

FliplineStudios commented 4 months ago

Just curious which version of AIR SDK you were using previously where you didn't have these crashes, and if you're packaging on a Mac or a PC to generate the IPA.

everseen83 commented 4 months ago

I did not change the AIR SDK version(51.0.1.3). The crashes started occurring after I added LaunchScreen.storyboardc to the root. I built the IPA on a Mac using VSCode.

When using only Default-{x}.png, the crashes do not occur, but some devices (such as iPad Pro) do not display the app in full screen, which is why I had to try using LaunchScreen.storyboardc.

itlancer commented 4 months ago

May be related to: https://github.com/airsdk/Adobe-Runtime-Support/issues/3357 https://github.com/airsdk/Adobe-Runtime-Support/discussions/1913