Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Read Me Regular License

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Thanks for purchasing my game!

ANDROID (REGULAR LICENSE)


by https://codecanyon.net/user/ProGames
contact me: supp.progames.main@gmail.com

This game based on BuildBox game engine. Now exported code


have .pack extension and there is no way to edit it now. It’s mean you can’t
edit levels or other game settings.
But your Ads Ids, Bundle Id, and Game Name you can edit with this
tutorial.

You will needed to edit next ids:


1) Game name
2) Bundle ID (com.example.gamename) (it can be anything you want)
3) Play Services ID
4) Admob Bunner ID
5) Admob interstitial ID
6) Admob App ID
If you don’t know where you can get any of this line, please see
second page of this document.
You will needed to redesign game (if you want) or just export
signed .apk and upload it. But if somebody already upload game and Google
will notice it, you game can be rejected. Please make at least minor changes
in icon and game assets. More about reskining you can find below.

I also can upload game and make all needed changes for $30.
You will needed just send invite to my profile.
Upload request send to: supp.progames.main@gmail.com
Where to get your IDs and how to edit it.

How to change your Game name.


- Open downloaded project in Android Studio.
- In project tree find file strings.xml in app/src/main/res/values/
- Write your game name in row number 3
- This line should be next: <string name=“app_name">YOUR GANE NAME</string>
- Save this file. File - save

How to change your Bundle ID


!note! Bundle ID is your unique store identifier. It can be like com.yourname.gamename
- Go to: File - Project Structure.
- In left column find Modules
- In second column choose app
- In right section find Default Config tab.
- In Application ID write your unique Bundle ID.

- Click ok.
Then also you need to change manifest file
- Open file AndroidManifest.xml in /app/src/main/
- Find 3 row: package=“com.yourname.gamename"
- Change it to same Bundle ID as you use before
- File - Save
How To Change Play Services ID
- Open file strings.xml in app/src/main/res/values/
- Write your game name in row number 4
- This line should be next: <string name=“app_id">123456789876</string>
- Change it to your ids
- Save this file. File - save

How to change your Ads IDs


- Open AdIntegrator.java file in folder ~/app/src/main/java/com/buildbox/
- In this file find 38 row MobileAds.initialize(activity.get(), "ADMOB_APP_ID");
- Change ADMOB_APP_ID to your admob application id
- Find row 47 mAdView.setAdUnitId("BANNER");
- Change BANNER to your AdMob Banner ID
- Find row 55 mInterstitialAd.setAdUnitId("INTERSTITIAL");
- Change INTERSTITIAL to your AdMob Interstitial ID
- Now open file AndroidManifest.xml in /app/src/main/
- Find 29 row: android:value="ADMOB_APP_ID"/>
- Change it to same ADMOB APP ID as you use before
- File - Save
Your ads ID should be like ca-app-pub-6029956675361121/2565330698

How to generate signed APK


1. Open your Android Studio.
2. Go to File - Open Project. And find your project in downloaded
folder and click open.
3. If it will ask you to upgrade your gradle, skip it for now. We don't
need to update it now.
4. Then if studio will ask you to download something, do it.
5. Go to the Build, Generate Signed APK. (Build Bundles and APK in
newer version. If you use newer version it can also has one additional window, where
you will need to choose between two option - Bindle and APK. Just select APK and go
to next step.)
6. Then you will need to create New key, go to Create new Key
7. Fill all needed fields and click OK.
8. And in next screen select V1 and folder where you gonna to export
your apk.
9. Done

How to upload .apk to release and get correct SHA1


when you authorise play services.
1. Go to your app
2. Select App Releases
3. Google will ask you to manage app signing key.
4. Click on OPT OUT
5. Now just upload your apk
6. Done. Now you will have correct sha1 code for authorising play
services (How to do it instruction below)

How to authorise play services


1. Fill all needed fields
2. Attach your play services to game (will appear after you upload
first apk (no need to publish this apk, just upload). You just need to
choose YOUR GAME from dropdown list with find icon.
3. in top right corner in drop down menu choose publish.
4. If all was filled right it will allow to process to second step
(verification). Here you will need to place your SHA1 code. (Where to get it
instruction below)
5. Place it in second step, and click authorise.
6. And thats it, after that all play services will work fine.
If you have any question about supporting, please mail to:
supp.progames.main@gmail.com

I also can upload game and make all needed changes for $30.
You will needed just send invite to my profile.
If you want redesign, improvement or realize your game idea or ask
me about other my games , please mail to:
pro.games.main@gmail.com

You might also like