Paid Projects

Android Status App With Reward Point

Android Status App With Reward Point Nulled Source Code – NSC

Start Your Own Money Earning App With Status Video, Gif, Images, Quotes All in One App. Upload And Manage Videos, GIFs, Images, And Quotes Directly From the Admin Panel. Add Unlimited Category And Language. Also, Manage Lucky Spin Blocks and Points And All Status. Earn Money From Watching Status, Luck Spin, Like Status, Share Status and Refer to Freinds.

Demo Admin Panel:

Login Here into Admin

id and password: admin

Demo APK Download Here

Features:

  • Luck Spin and Win
  • Status Video
  • Status Images
  • Status Quotes
  • Status Gifs
  • WhatsApp Status Downloader
  • Refer Invite And Earn
  • Share And Download Status
  • AdMob And Facebook Ads
  • One Signal Push Notification
  • Multiple Login System
  • Add own Status Video, Image, Gifs, and Quotes
  • KYC Verification

Documentation:

How to Open The Project in Android Studio?

  • Open Android Studio > Open an Existing Android Studio Project > Select Your Project build. gradle file > ok
  • Select Project

How to change the package name?

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

  • In the Project pane, click on the little gear icon.Uncheck/Deselect the Compact Empty Middle Packages option.
  • Your package directory will now be broken up into individual directories.
  • Individually select each directory you want to rename, and: Right-click selects Refactor Click on RenameIn in the Pop-up dialog.
  • Click on Rename Package instead of Rename Directory Enter the new name and hit RefactorAllow a minute to let Android Studio update all changes.
  • Now open your build.gradle (Usually ‘app’ or ‘mobile’). Update the application to your Package Name and Sync Gradle, if it hasn’t already been updated automatically.

Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All.

How to change app name?

  • Open Android Studio >Status Reward App > res > values > strings.xml
  • Enter your app name inside “app_name” string tag:
    <string name="app_name">Status Reward App</string>

Where to put Admob app id?

  • Open Android Studio > app > res > values > strings.xml
  • Enter your AdMob App id inside “admob_id” string tag:
    <string name="admob_id">Your Admob App Id</string>

Admob privacy policy link?

  • Note :- This contents show on this link.

Account delete instruction link?

  • Note :- This contents show on this link.

Where to put Server Url in Application?

  • Select Project > go to Gradle Scripts> Gradle.properties
  • Open Gradle.properties
  • now if your Sever is http://www.abc.com so your service url like that
    http://abc.com/

How to enable/disable RTL(Right To Left)?

  • Open Android Studio > app > res > values > strings.xml
  • Change isRTL to true if you want to enable or false if you want to disable
  • Change all the text below in your language

How to change ‘Splash Screen, Application Icon and MoreApp link’?

How To Change Application Icon

  • Open Android Studio > app > res >
  • Rename your icon with ic_launcher.png and ic_launcher_round.png paste in all mipmap folders

How To Change Splash Screen

  • Open Android Studio > app > res > drawable-nodpi > splash.png
  • Open Android Studio > app > res > drawable-night > splash.png
  • Rename your splash screen image with splash.png and paste in drawable-nodpi and drawable-night folder

How To Change MoreApp Link

  • Open Android Studio > app > res >values > strings.xml
  • Enter your Play Store Apps Link inside “play_more_apps” string tag:
<string name="play_more_apps">https://play.google.com/store/apps/dev?id=71574785325727100 </string>

How to generate Gmail login & firebase analytic file and replace google-service.json?

Open https://developers.google.com/identity/sign-in/android/start-integrating

  • Create New Project
  • How to generate SHA-1 key
  • If not showing this option then follow this step
    • File
    • Settings
    • Experimental
    • Unchecked the ‘Do not build gradle task list during gradle sync’ and click ‘OK’
    • Go to file
    • Sync project with Gradle files
    • You will see the option on Signing reports under: Gradle -> Tasks ->Android -> Signing Report.’

Open https://console.firebase.google.com/

Download google-service.json file and replace

After Adding this add SHA1 Key to Firebase as shown in the below screenshot:

Then again download the google-services.json file and replace it in Android Studio

  • Select OPT-OUT or if you select continue then you have upload keystore and get SHA-1 key from google app signing certificate as follows
  • Navigate to the Google Play Console and login
  • Choose the application you are signing
  • Go to Release Management –> App Signing
  • Copy /Download the SHA-1 or SHA-256 certificate fingerprint from the App signing certificate section

How To Setup Facebook Login ?

Open https://developers.facebook.com/
Documentation https://developers.facebook.com/docs/facebook-login/android

  • Create New App

Select Facebook Login Option

Then Choose Android

Enter your package name and default disply activity class name

Then press next and enter Key Hash

Copy your facebook_app_id and fb_login_protocol_scheme

  • Open Android Studio >Status Reward App > res > values > strings.xml
  • Enter your facebook app id inside “facebook_app_id” string tag:
<string name="facebook_app_id">XXXXXXXXXXXXX</string>
  • Enter your fb login protocol scheme
<string name="fb_login_protocol_scheme">XXXXXXXXXXXXX</string>

And click next all step.

  • Add your privacy policy link
  • Add your user data deletion link
  • Select category
  • Go to setting > basic

Enable in devlopment

How to Generate Facebook Ads ID?

Open and login in Facebook Developer Website :- https://developers.facebook.com/

  • Click On My Apps
  • Click On Create App
  • If your app already exists then select your app

Enter App Name

  • Click On Products +
  • Click On Set Up button of Audience Network

Select your Business Manager Account or Create New One

  • Enter your app name
  • Click next

Click On Add of Android Section

  • Add your google app url if your app live
  • Click on Submit
  • Select the ad setup option
  • Choose ad type
  • Click on next
  • Go to side menu
  • Go to Integration > Properties

Now select your app

Now click on more option and click Create Placement

  • Enter your ad placement name
  • Select your ad type
  • Click Create Placement below

How to find your ad ids

  • Go to side menu
  • Click Testing inside Integration menu
  • Turn On Testing enabled
  • Ad your device advertising id to load facebook ads
  • Find Advertising ID -> In your device go to Google Setting > Ads > Your Advertising ID

Note :- Disable Testing when you upload your app to playstore

Note:- To test Facebook ads in your phone you have to either add your phone advertising id or you have to log in to Facebook app in your phone with the same account in which you have created app

  • Enter your app playstore url and click submit button
  • Add Your Payment Account if you havent added
  • Setup all details

How to Change One Signal Notification App Id in Application?

Get your Google Server API key and project number.
https://documentation.onesignal.com/docs/generate-a-google-server-api-key

How to Change One Signal App Id

  • Open Android Studio > app > java > com.example.status > util > YouApplication.java
  • Enter your Onesignal App id 
OneSignal.setAppId("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");

How to Change One Signal Notification App Icon in Application?

How to Change One Signal Notification App Icon

  • Open Android Studio > app > res
  • Rename your icon
with ic_stat_onesignal_default.png and ic_onesignal_large_icon_default.png paste in drawable-mdpi folders

How to Change One Signal Id And Rest Key?

How to Send Notification From Admin?

  • Open Admin Panel > Notification
  • Enter title and message which are mandatory
  • Upload Image if you want to show in notificaiton. This is optional
  • If you want to show particular category, video status, image status, gif status and quotes status select one option when click on notification. This is optional

Where to put Admob Publisher ID In Admin?

How to change Ad type and AdMob id?

How to change Rewarded Video Ad Count?

How to enable/disable Rewarded Ads(Reward video Ad)?

Note :- If you want to show rewards status ads on listed activity you have to ENABLE Rewarded Ads Status. Video Status Reward Points

Video Status Reward Points

How to Enable/Disable OTP Verification In Application ?

How to Enable/Disable Upload Status Option In Application ?

How To Change Currency Code ?

How To Change Currency Code

Click Here To Purchase Full Version in Just 10$ Purchase Now

Leave a Comment