Urgent Help on my App

Godot Version

4

Question

`I need urgent and any available help that I can get here. I’m developing a 2D mobile game here on Godot. months of development and it was working as intended. I was even going back and forth with creating apks to test it out on my phone. Here comes the problem.

Today, I was about to test out the current progress of the game. I exported it, downloaded and installed in on my phone and started it. For some reason, majority of the functions of the game (like background music playing, changing scenes on button clicks) aren’t working properly. Mind you that the game is working properly on my laptop.

If I don’t find a solution to this, all of my progress just goes down the drain. It’s very important that I find a solution to this because my acads life depend on it. Any insight or help would be deeply appreciated. Thank you`

Is this you first time exporting to mobile? Does your export template include all necessary resources? Have you cleaned the apps cache even if it was previously uninstalled?

Since it works locally, I would suspect it probably relates to the export or install settings like manifest settings. It could be related to code if you are doing any file system or OS stuff.

which renderer do you use? i recommend mobile renderer, not compatibility.
also which godot version exactly you using?