What promotional id?I really don't understand when my admod is limited or has no ads while this app runs continuously! and the promotional id is not mine
I'm sorry for google translation! ID admobWhat promotional id?
In apiclient.javaI'm sorry for google translation! ID admob
change it to what? I don't understand the problem yet, and can generate this code "aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8 ="; whereIn apiclient.java
on line 227
change
public static String retrofit_id = "aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8=";
This code sends a request to http://license.virmana.com/api/inst...CEFFD635185/d15abfs-9fe2-4b84-b979-teff21bchhchange it to what? I don't understand the problem yet, and can generate this code "aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8 ="; where
I think not once changed in the backendThis code sends a request to http://license.virmana.com/api/inst...CEFFD635185/d15abfs-9fe2-4b84-b979-teff21bchh
You can generate this code by encoding a url in base64encode.
I have created an html file with the contentThis code sends a request to http://license.virmana.com/api/inst...CEFFD635185/d15abfs-9fe2-4b84-b979-teff21bchh
You can generate this code by encoding a url in base64encode.
It will cause problem in admob earning.I have created an html file with the content
{"code": 202, "values": [{"name": "ADMIN_NATIVE_ADMOB_ID", "value": "ca-app-pub-xxxxxxxxxxxx \ / xxxxxxxxxxx"}, {"name": "ADMIN_BANNER_ADMOB_ID", "value ":" ca-app-pub-xxxxxxxxxxxx \ / xxxxxxxxxxx "}, {" name ":" ADMIN_INTERSTITIAL_ADMOB_ID "," value ":" ca-app-pub-xxxxxxxxxxxx \ / xxxxxxxxxxx "}, {" name ":" ADMIN_REWARDED_ADMOB_ID "," value ":" ca-app-pub-xxxxxxxxxxxx \ / xxxxxxxxxxx "}]}
and i uploaded to hosting, then i have encoded the html file url via base64encode, i'm done coding it! I wonder if I do that right? thank you
<?php
header("Content-Type: text/html; charset=UTF-8");
echo '{"code":200,"message":"License Enabled"}';
?>
Thank You Very Mush Bro !!
You have to change api key in app and in the admin panel.Funny thing about this app is, i can use anyone's server to host my app on it..
for example, someone here posted his website?
i can access his movie database simply by putting his site url !!
looks like API key is the same for all of us.
imagine if i put a thirdparty ad network within the app, and use your server to host !! i won't have to pay any costs.. beware everyone.