In B4A, there are 2 kinds of Release builds:
1. Release
2. Release (obfuscated)
I noticed that my Android app doesn't work with Release (obfuscated) but works only with Release build so all my Android apps that are published are Release build only.
Now with B4i, it looks like it only has one build and that is Release (obfuscated) only. When I run the app in debug mode, it works but once I build it in Release (obfuscated), it doesn't. Just like the scenario in B4A when Release (obfuscated) is used.
What could be causing this? What's the difference between Release and Release (obfuscated)?
FYI, in my app, I only use WebView and Map objects.
1. Release
2. Release (obfuscated)
I noticed that my Android app doesn't work with Release (obfuscated) but works only with Release build so all my Android apps that are published are Release build only.
Now with B4i, it looks like it only has one build and that is Release (obfuscated) only. When I run the app in debug mode, it works but once I build it in Release (obfuscated), it doesn't. Just like the scenario in B4A when Release (obfuscated) is used.
What could be causing this? What's the difference between Release and Release (obfuscated)?
FYI, in my app, I only use WebView and Map objects.