VOX Online Radio - App
FeedbackNemosofts
  • 🏠Welcome
  • Admin Panel
    • Getting Started
    • Database
    • Installation Process
    • SMTP Config
  • Android Studio
    • Getting Started
    • Open Project
    • Firebase
    • Google Login
    • Push Notification
    • Application ID
    • Verify Purchase Code
    • BASE URL & Encryption Key
    • Change Logo
    • Change Color
    • Change Text
  • Ad Networks
  • Google Play
    • Release Version
    • Generate Signed Bundle / APK
    • Data Safety Form
    • Advertising ID
  • Troubleshooting
  • Foreground Permission
  • Rating and Support
  • License
  • FAQ
Powered by GitBook
On this page
  • BAS URL
  • API NAME
  • Encryption KEY
  1. Android Studio

BASE URL & Encryption Key

PreviousVerify Purchase CodeNextChange Logo

BAS URL

  1. Select Project > Go to Gradle Scripts > gradle.properties

  2. Open gradle.properties

  3. Now change BASE_URL (get your BASE_URL in your admin panel)

API NAME

  1. Select Project > Go to Gradle Scripts > gradle.properties

  2. Open gradle.properties

  3. Now change API_NAME

  4. choose any word as API_NAME or also it is optional if you dont want to change keep NEMOSOFTS_APP as it is

If you change API_NAME then you need to update api.php and lb_helper.php. replace NEMOSOFTS_APP with your New api_name. You can leave it as if you face issue in changing

Encryption KEY

  1. Select Project > Go to Gradle Scripts > gradle.properties

  2. Open gradle.properties

  3. Now change ENC_KEY

  4. You can keep any characters for the key e.g. neme or abcdefgh or any word

If you donot understand about the keys then do not change any of the keys. Just change the BASE_URL