- Jul 13, 2022
- 3
- 0
- 1
here, i add the app_contact field missing in setting tableMate,can you please share the solved DB please?
Do you have it app working? could you share the data from the realtime database of firebase?Tomz updated Reward App Lucky Spin + Start App ads + Adcolony with a new update entry:
Reward App Lucky Spin + Start App ads + Adcolony v5.6
Read the rest of this update entry...
Friend in the project edit the string that redirects to the server, it creates a link to the panel. only that it is in a .Class that I am not able to recompile maybe you can.These are my progress:
1) I managed to install the administrator panel.
2) Achieve NULLED license verification from the administrator profile.
3) Create the android application with a new package name.
Current problems faced:
The App still does not connect to the administration panel.
Observations: I could notice that the url path of the web panel is encrypted by Base64, but although this must be added in the app files, apparently it must also be hosted in the real-time database of firebase!! !
This is because it shows an error when trying to retrieve the URL and KEY strings from the firebase database, but these fields are empty and therefore the app does not start.
The encryption of the link that leads to the server is
please share the working this app source code
can you share the android code with this changes#UPDATED
For this trick you can access this app BUT WITHOUT ADS NETWORK!.
please comment/remove script
adNetwork = newAdnetwork.initiliaze
........................
adNetwork.build()
finnaly i've nulled this code, this trick for coder.
## ON ADMIN WEB SCRIPT
1. Delete this code
////////////////////////////////////
if($salt=="" || $key==""){
return $this->respError("Something went wrong!");
}
if($key!= md5(env('API_KEY').$salt)){
return $this->respError("Something went wrong!!" );
}
////////////////////////////////////
From
app/Http/Controllers/Api/Func.php
app/Http/Controllers/Api/UserController.php
2. MOBILE APPS
REPLACE BASE_URL from (Constant.API) to Your Direct Domain
at
app\src\main\java\com\app\rewardapp\restApi\WebApi.java
app\src\main\res\layout\restApi\WebApi.java
Example : String BASE_URL= "YOUR DOMAIN";
3. GENERATE API_URL FOR WEB & API URL MOBILE SCRIPT
The Format is = yourdomain + "_serverkey_" + your packages
STRING = https://example.com/_serverkey_com.example.apps
BASE64 ENCODE THE STRING TARGET FOR 3 times
EXAMPLE RESULT : WVVoU01HTklUVFpNZVRsc1pVZEdkR05IZUd4TWJVNTJZbE01Wm1NeVZubGtiVlo1WVRKV05WZ3lUblppVXpWc1pVZEdkR05IZUd4TWJVWjNZMGhOUFE9PQ==
INSERT/REPLACE API_URL IN "Server Configuration" AND app\src\main\java\com\app\rewardapp\util\Constant_Api.java
Hello for the android code is more complicated cause i've edited for any custom function.can you share the android code with this changes