I am a developer using Niotron to build educational apps, and I greatly appreciate the ease and flexibility the platform provides. However, I am facing a serious concern regarding the security of sensitive URLs and API links used in my applications.
Currently, when an app is built, these links can be easily extracted by decompiling the APK. This exposes API keys, server endpoints, and internal resources—making my app and backend services vulnerable to abuse and attacks.
”I want to know how to protect my app links?”
Thank you for your support and continued improvement.
Any user facing application can be decompiled and the source code should be treated like the end user has total access to it. Better backend practices helps securing it.