Documentation

Escaping Bird Game

Thank you so much for purchasing my app. It really means a lot.


  • Created: 15/03/2023
  • Updated: 10/02/2024

If you have any questions that are beyond the scope of this help file, Please feel free to email me: support@ibrahimodeh.com.


License


License Details Table


Installation

Android Studio

- You must have Latest Android Studio version.

- Download latest one from here: https://developer.android.com/studio

ScreenShot-1


Change App Name

1- Open Android Studio > app > res > values > strings.xml

2- Enter your app name inside "app_name" string tag:

<string name="app_name">Escaping Bird Game</string>

3- You can also change other string text here.

ScreenShot-2


Change Package Name

You can change it easily from Android Studio. Here are the steps:

1- In the Android panel, click on the little gear icon. Uncheck/Deselect the Compact Empty Middle Packages option.

2- Your package directory will now be broken up in individual directories.

3- Individually select each directory you want to rename, and: Right-click itSelect RefactorClick on RenameIn the Pop-up dialog.

4- Click on Rename Package instead of Rename Directory Enter the new name and hit RefactorAllow a minute to let Android Studio update all changes.

5- Now open your Gradle Script > build.gradle (Module: "App Name.app"). Update the applicationonId to your Package Name and Sync Gradle, if it hasn't already been updated automatically.

ScreenShot-3

ScreenShot-4

ScreenShot-5

ScreenShot-6

ScreenShot-7


Admob Ads

1- Open Android Studio > app > res > values > strings.xml

2- You must replace your live Admob Id with Test admob Id.

3- Do not forget to add the "admob_app_id"

ScreenShot-8


AppLovin Ads

1- Create Account on AppLovin: https://dash.applovin.com/signup

2- Go to this URL and get the SDK Key and add it to AndroidManifest.xml : https://dash.applovin.com/documentation/mediation/android/getting-started/integration

ScreenShot-9

ScreenShot-10

3- And Add your ApiKey to the build.gradle File:

ScreenShot-11

ScreenShot-12

4- Now add new AdUnit from here: https://dash.applovin.com/o/mediation/ad_units

5- Add your banner adUnitId to:

  • layout/activity_main.xml
  • layout/activity_game_over.xml
  • layout/activity_my_wallet.xml

ScreenShot-13

6- add your interstitial adUnitId into string.xml:

ScreenShot-14

7- Finally, go to Config.java and make the AppLovin “True” and Admob “False”.

*Note: Please do not make all the ads “True”, just want you want.

Email Contact

1- Open Android Studio then config.java

2- Enter your email inside emailAddress:

public static final String emailAddress = "youremail@domain.com";

ScreenShot-15


Change App Colors

If you want to change the app colors you can easily Open colors.xml file then add whatever colors you want.

ScreenShot-25


Admin Panel

Follow this simple steps to setup your admin panel:


Admin Setup

1- Open Your Cpanel and Upload Admin Panel code from “PHP Code” Folder.

2- Afer Uploading , Open hosting files, Open “includes/config.php” file, then add your database details and save the file.

ScreenShot-16

3- Now Open phpMyAdmin select your database and Upload “EscapingBird.sql” database file in your phpMyAdmin:

ScreenShot-17

4- Connect App to Admin Panel, open Your Android Project and Enter Your Website URL here (without / ) in “/config.java”:

ScreenShot-18


Login to Admin Panel

Open Your Website yourdomain.com/admin/. Default Login is :

  • Username: admin
  • Password: 123456


  • Change Payment Settings

    1- Open your Admin Panel, go to the Settings section from left menu, edit the app settings like you want:

    ScreenShot-23

    2- You can edit the Payment method instead of PayPal to any other method you want.


    Edit Latest Withdrawal

    In your website files go to > “api/latestWithdrawal.json” file and edit it.

    ScreenShot-27


    Important Notes

    - When you publish the app on Play Store do not forget to add your privacy policy URL: yourdomain.com/privacy-policy.php

    - If you download this app source code outside Codecanyon.com or weebket.com you will banned on Google Play Store.


    FAQ

    A FAQ is a list of frequently asked questions (FAQs) and answers on a particular topic.

    Yes, any Shared Hosting is enough.
    Yes, you can change it to whatever you want from your admin panel then go to the settings section and change it.
    Yes, you can demand any feature you want by contacting me on Skype.
    Yes, you can buy the Referrals System (invite to get bonus), please contact me to demand it.
    You can buy this features that I recomended: Leaderboard, Spin to win, Logo quiz, Memory quiz, Points History. You want others? no problem you can demand whatever you want.

    Credits


    Support

    If this documentation doesn't answer your questions, So, Please send me via Skype

    I located in GMT +3:00 time zone and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday days which might take longer).

    Note: While I aim to provide the best support possible, please keep in mind that it only extends to verified buyers and only to issues related to my apps like bugs and errors. Custom modifications or third party module implementations are not included.

    Don’t forget to Rate this App

    Please Add your Review (Opinion) for my app. It would be a great support for me.
    Thank You :)

    Contact

    Contact me to find out how I can help you.

  • My Email: support@ibrahimodeh.com
  • My Skype: https://join.skype.com/invite/icM32xNay52D
  • My Website: https://www.ibrahimodeh.com

  • More Apps

    Checkout My Amazing Apps

    My Portfolio


    Changelog

    See what's new added, changed, fixed, improved or updated in the latest versions.


    Version 1.1.0 (05/04/2023)

    Added Users Leaderboard

    Fixed some bugs


    Version 1.0.0 (09/03/2023)

    Initial Release