Posts
Showing posts from September, 2019
Google Login Configuration
- Get link
- X
- Other Apps
Configuring Google Login depends on Firebase Services file,, you can get firebase services file from here. Getting Firebase Services File Got Services file ?? ok... now we need to add a SHA1 Fingerprint to the Firebase…. so that google Login will work.. watch the below video on how to generate the SHA1 Fingerprint for release.. Got SHA1 key.. then just copy the SHA1 key to you firebase... go to the https://console.firebase.google.com/ and select your project.. and go the project settings... and click on Add Fingerprint. and paste your key here and save it.. and re-download the Services File update your Services file in pocket Android Code .. That’s it..! Now, you are ready to Login with Google for release version.. Simply Upload the app to PlayStore and Start Earning! Get this Money Making Machine Now !! Enjoy Easy Money !! Happy Earning !!
Adding OfferToro to Pocket
- Get link
- X
- Other Apps
This Post covers the Topic of “OfferToro” Configuration” in www.offertoro.com for CashBee– Android Rewards App. Requirements : CashBee App Source Code From Here OfferToro Account To Use CashBee you need to create an account with OfferToro, Its Completly Free. SignUp Here as a Publisher The first thing is to setup CashBee app configuration, These things are included with Downloaded Source Code. After Succesful Login into your OfferToro DashBoard, you will find the below page, and next, give details of your App like below. after saving … go back to App Placements Tab..and click on your app name.. and then, you will see your app details and ids..like below Copy your AppId and Secret Key and paste it on your admin dashboard/web panel Settings->offerwalls page. That’s it..! As I Said above,, this post Requires” CashBee – Android Rewards App Source Code From Here “ Simply Upload the app to PlayStore and Start Ea...
Adding Super Rewards to CashBee
- Get link
- X
- Other Apps
This Post covers the Topic of “Super Rewards” Configuration” in www.superrewards.com for POCKET – Android Rewards App. Requirements: CASHBEE App Source Code From Here SuperRewards Account To Use CASHBEE you need to create an account with SuperRewards, Its Completly Free. SignUp Here as a Publisher. What For : After Completion of this Post, You will get, AppHash Already Downloaded CASHBEE, Alright then, let us dive in.., The first thing is to setup CASHBEE app configuration, These things are included with Downloaded Source Code. After Succesful Login into your SuperRewards DashBoard, you will find the below page, or create a New APP https://pub.superrewards.com/publisher/create next, next Now, copy your appHash and paste it on your admin dashboard/web panel Settings->offerwalls pages. That’s it..! As I Said above,, this post Requires” CASHBEE – Android Rewards App Source Code From Here ...
Firebase Configuration
- Get link
- X
- Other Apps
This Post covers the Topic of Adding Firebase to Pocket! it is required to build the Android Code Successfully! Go to FireBase console https://console.firebase.google.com/ and login create a project with your app name give the app name and other details Click on Add FireBase Enter the package name and next next 10. Finally get the json file and now copy the google-services.json file to your Android project like Pocket->app folder – place the file in the app folder and that’s it! you are now able to send push from FireBase! Note: adding firebase is required to build the app successfully and to send the push from web panel!
App Intro’s Configuration
- Get link
- X
- Other Apps
Changing the App Intro’s on CashBee – Android Rewards App To change the App Intro’s image or text, just follow 2 quick steps! open IntroActivity.java (Android Project) file and find the below code : Each line is one slide,, to add another slide, add this line : add slide(AppIntroFragment.newInstance(“YOUR_TITLE”, “YOUR_DESCRIPTION”, R.drawable.YOUR_IMAGE, Color.parseColor(“#3F51B5”))); here,,, YOUR_TITLE is your main title on the top YOUR_DESCRIPTION – is your below text YOUR_IMAGE – image name located on res->drawable folder 3F51B5 – is the background color of the App Intro and that’s it! Note: if you got an error on color?? add this import to the file import android.graphics.Color; Enjoy Easy Money!! Happy Money!!