Since you can only submit .aab files to Play Store now, I wonder if it’s possible to export a project with some kind of encryption and send it to Play Store.
Actually, the thing I wanted the most is that Godot had some sort of encrypted environment variables by default, so that you could store your API keys in a safer way.
Of course, I’m aware that nothing can be 100% safe and that’s not the problem here. The point is that some data is more sensitive than other, and shouldn’t be so easy to get access to.
Actually, the thing I wanted the most is that Godot had some sort of encrypted environment variables by default, so that you could store your API keys in a safer way.
With these values being encrypted by default, it would be a simple way to achieve the intented purpose, and you could even share your code without having to ommit the sensitive data.