Bug
Production MIEAuth and MIEAuth Beta cannot run concurrently on the same device. If one app is open (or suspended in the background), launching the other shows a white screen / stuck state. The only workaround is to kill one app before using the other.
Steps to reproduce
- Install both the production app and the beta app on the same iOS device.
- Open app A, let it load, then send it to the background (do not kill it).
- Open app B.
Expected: App B loads normally.
Actual: App B shows a white/stuck screen. Killing app A and relaunching app B fixes it.
Environment
- Platform: iOS (Android appears unaffected — see analysis below)
- Both apps built from the same repository (prod:
org.mieweb.opensource / com.mieweb.mieauth, beta: org.mieweb.os.dev)
Root-cause analysis to follow in comments.
Bug
Production MIEAuth and MIEAuth Beta cannot run concurrently on the same device. If one app is open (or suspended in the background), launching the other shows a white screen / stuck state. The only workaround is to kill one app before using the other.
Steps to reproduce
Expected: App B loads normally.
Actual: App B shows a white/stuck screen. Killing app A and relaunching app B fixes it.
Environment
org.mieweb.opensource/com.mieweb.mieauth, beta:org.mieweb.os.dev)Root-cause analysis to follow in comments.