My game stopped working on ios 16

Hi! i made a game with phazer 3. All worked fine but at some point stopped working on ios 16. I used webpack 5.90.2. when collecting it for “development” it worked… but for “production” it stopped working. what could possibly go wrong? thnx in advance! :pray:

Think about things that are blocked on ios 16. Maybe the ios thinks your game is malware and does not allow it. If the website on ios 16 says that it is unsecure you should maybe get some sort of certificate that makes it secure.

oh ty! ios 17 works fine though… it’s something particularly about ios 16 :smiling_face_with_tear:

What happens?

thing is everything stops working just for 15/16 ios…

when i add to ios 15/16

{ key: “spine.SpinePlugin”, plugin: SpinePlugin, mapping: “spine” },

game crashes :smiling_face_with_tear:

any idea what could be wrong?

Good work on narrowing it down! Sounds to me like the plugin isn’t working well with some specific change on iOS 15/16… Might start to investigate that route if you haven’t yet? See what changes were made to those versions and what might conflict? Good luck!