webplayers.skytecnology.com Open in urlscan Pro
146.71.80.197  Public Scan

Submitted URL: http://webplayers.skytecnology.com/
Effective URL: https://webplayers.skytecnology.com/
Submission: On July 24 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

ANDROID LIVE TV

 * Which Android Studio version is needed?
 * How to open the project in Android Studio?
 * How to change the package name?
 * How to change app name?
 * Where to put Server Url in Application?
 * How to Package Name in Admin Panel?
 * Where to put Admob Publisher ID in Admin?
 * Where to put Admob Privacy Url in Application?
 * How to find AdMob App Id and add in application?
 * How to change Ad id?
 * How to change interstitial Ad Count?
 * How to Generate Facebook Ads ID?
 * How to change 'Splash Screen, Application Icon and MoreApp link'?
 * How to enable/disable RTL?
 * How to generate google-service.json for firebase analytic ?
 * How to Create App in OneSignal for Notification?
 * How to Change One Signal Id And Rest Key in Admin?
 * How to Change One Signal Notification App Icon in Application?
 * How to Send Notification From Admin?
 * How to Generate YouTube API Key?
 * How to Generate App Bundle??
 * How to Fill up Data Safety Form in play store ?
 * Graphics
 * App Showcase
 * Rating
 * Credits


ANDROID LIVE TV

Updated:- 26 Dec 2022
Company:- Viavi Webtech - India
Contact:- Codecanyon Profile

Thank you for purchasing the app. If you have any questions that are beyond the
scope of this help file, please feel free to message us via my user page contact
form Here. Thanks so much!






WHICH ANDROID STUDIO VERSION IS NEEDED?

Android Studio Arctic Fox | 2020.3.1 Patch 1






HOW TO OPEN THE PROJECT IN ANDROID STUDIO?

 * Open Android Studio > Projects > Open > Choose Source Code > OK






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
   Flatten Packages and Hide Empty Middle Packages option.
 * Your package directory will now be broken up in individual directories.
 * Individually select each directory you want to rename, and: Right-click
   itSelect RefactorClick on RenameIn 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
   applicationId 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.

if you change middle package name which is currently example then you have to
change here also






HOW TO CHANGE APP NAME?

 * Open Android Studio >AndroidLiveTVSeries > res > values > strings.xml
 * Enter your app name inside "app_name" string tag:
   <string name="app_name">AndroidLiveTVSeries</string>






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 PACKAGE NAME IN ADMIN PANEL?

 * Select Verify Purchase
 * Put Android Package Name
 * Click Save

For getting package name go to app build.gradle where applicationId is the
package name which you have to put in admin panel.
applicationId "com.example.livetvseries" here com.example.livetvseries is
package name





WHERE TO PUT ADMOB PUBLISHER ID IN ADMIN?

This is used for Admob GDPR





WHERE TO PUT ADMOB PRIVACY URL IN APPLICATION?

 * Open Android Studio > app > res > values > strings.xml
 * Enter your AdMob App id inside "privacy_url" string tag:
   <string name="privacy_url">Your Admob Privacy Url Here</string>
 * You will find that link in Admin > Settings > App Privacy Policy > App
   Privacy Policy URL






HOW TO FIND ADMOB APP ID AND ADD IN APPLICATION?

 * How to find App Id
   
 * How to add App ID strings.xml and AndroidManifest.xml
   






HOW TO CHANGE AD ID?

 * Open Settings
 * Select Ads Setting
 * There are seperated section of each type of ads
 * Now if you want to display ads in app side then make switch it on otherwise
   off
 * If their is Banner Ad Type if you want to display ads from which ad network
   Admob/Facebook and Wortise
 * Click Save
   






HOW TO CHANGE INTERSTITIAL AD COUNT?

 * Open Settings
 * Select Ads Setting
 * There one section related to Interstital ads
 * Now if you want to display ads in app side then make switch it on otherwise
   off
 * If their is Banner Ad Type if you want to display ads from which ad network
   Admob/Facebook and Wortise
 * Now if you want to display interstital ads when user click 5 times in
   question list then put 5
 * Click Save
   






HOW TO GENERATE FACEBOOK ADS ID?

SHORTLY FACEBOOK AUDIENCE NETWORK WILL SWITCH TO BIDDING FROM WATERFALL

 * Follow this url to use Facebook Audience Network bidding with Admob, Follow
   Step-1 and Step-2 - Integrating Facebook Audience Network with Mediation
 * Use admob ads id in which facebook placement id is added as mentioned in
   above url

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
 * Select App is not live
 * Click on Submit
 * Select the type of ad to create id
 * Write the steps to find that particular ad
 * Click on Create Placement
   Generate Another Ad PlacementID:-
   
   
 * 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
   Testing Facebook Ads inside app:-
 * 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 login to facebook app in your phone with the
   same account in which you have created app
   
   
   
   
   Review your app after your app is uploaded to playstore:-
 * Enter your app playstore url and click submit button
 * Tick The Audience Network SDK has been integrated into my app
 * Click on Confirm Manually
 * Add Your Payment Account if you havent added






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 & ic_launcher_round.png and paste in
   all mipmap folders with there specific size


How To Change Splash Screen
 * Open Android Studio > app > res > drawable-nodpi > splash.jpg
 * Rename your splash screen image with splash.png and paste in drawable 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/developer?id=Viaan+Parmar
   </string>









HOW TO ENABLE/DISABLE RTL?

 * 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 GENERATE GOOGLE-SERVICE.JSON FOR FIREBASE ANALYTIC ?

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

 * Create New Project
   
 * Put Your Project Name & if you want to change country and location then
   change
   
 * Now you have to add app in new created project so click on Android Icon
   
 * Have to put package name and app name
   
 * Click on blue button to download that json file
   
 * Download google-service.json file and replace
   






HOW TO CREATE APP IN ONESIGNAL FOR NOTIFICATION?

 * Open OneSignal Website >> onesignal.com
 * Login/Register in your account
 * Now ADD APP
 * Enter Your App Name
   
 * Select Platfrom as Android
   
 * Configure Platfrom >> Now in above step we create one project in firebase
 * Click on Setting icon >> Project Setting
   
 * Go to Cloud Messaging Tab
 * Copy Server Key & Sender Id
   
 * Now Paste that both ids in Configure Platfrom section
   
 * Select Native Android as Select SDK
   
 * Now Copy that Application of signal and paste in android side
   
 * Open Android Studio >AndroidLiveTVSeries > res > values > strings.xml
 * Enter your onesignal app id inside "onesignal_app_id" string tag:
   <string name="onesignal_app_id">XXXXXXXXXXXXX</string>
   
 * After that you have to sync gradle then run android application
 * Then click on Check Subscribed User in Install SDK
 * 
 * You will be seen green message-box
 * Now Done
   






HOW TO CHANGE ONE SIGNAL ID AND REST KEY IN ADMIN?

 * In Top bar menu there is Settings > Keys & IDs
   
 * Now Open Admin Panel >> Notification >> Notification Settings
   






HOW TO CHANGE ONE SIGNAL NOTIFICATION APP ICON IN APPLICATION?

 * Open Android Studio > app > res
 * Rename your icon with ic_stat_onesignal_default.png and
   ic_onesignal_large_icon_default.png paste in all drawable folders
   









HOW TO SEND NOTIFICATION FROM ADMIN?

 * Open Admin Panel > Notification > Send Notification
 * Enter title and message which are mandatory
 * Upload Image if you want to show in notificaiton. This is optional
 * If you want to send notification for particular item then choose in dropdown
   type. This is optional
   






HOW TO GENERATE YOUTUBE API KEY?

To access the Android YouTube Player API on device we need to create an API key
from Google API developer console. Follow the steps provided in below link:
https://developers.google.com/youtube/v3/getting-started


FOR SECURITY, YOU HAVE TO ENTER PACKAGE NAME AND SHA-1 KEY IN YOUTUBE API KEY IN
GOOLE DEVELOPER CONSOLE.






HOW TO GENERATE APP BUNDLE?

Create New Keystore

 * Click Build > Generate Signed Bundle/APK
   
 * Click On Create New or if you are updating app click choose existing
   
 * Select Keystore Path
 * Enter Keystore password and confirm password
 * Enter any name for alias
 * Enter key password and confirm password
 * Choose Validity Years
 * Fill rest of the details and click OK
   
 * Enter keystore password, alias name, key password and genrate encrypted key
   export path file and click next
   
 * Choose the signed build destination
 * Click Finish
   

Note :- Please save the keystore and remember the keystore password, alias and
key password. If you want to update app in future you have to use this keystore.
With new keystore you cannot update your app






HOW TO FILL UP DATA SAFETY FORM IN PLAY STORE ?

 * Click On manage and start
   
 * See screenshot and fill up data
   
 * Select both location
   
 * Select Name ,email and phone number
   
 * Now see screehshot and fill up data also name,email and phone number
   
   
   
 * Now fill up Approximate location and Precise location both same as
   
   
   
 * Now see screehshot and fill up data
   
   






CHANGE APP ALL GRAPHICS

You will find all image into
/res/drawable-mdpi/,/res/drawable-hdpi/,/res/drawable-xhdpi/ folder. Just create
your own graphics and replace those files. Create seperate graphics of different
device screen sizes & place them into other drawble folders (drawable-hdpi &
drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here
for more information: Devices and Displays & Supporting Multiple Screens.






APPLICATION SHOWCASE IN PLAYSTORE

Once you will publish your app to Google Play or any other Android store, send
us your app link. We will happy to showcase your app into our website &
Codecanyon page.






RATING

If you like our app, we will highly appreciate if you can provide us a rating of
5. You can rate us from your Codecanyon Menu > Download page.






CREDITS

I've used folowing sources into this app:

 * Admob
 * RecyclerView
 * androidsaripaarmaster
 * httpclient

--------------------------------------------------------------------------------

Once again, thank you so much for purchasing this app. As I said at the
beginning, I'd be glad to help you if you have any questions relating to this
app. No guarantees, but I'll do my best to assist. If you have a more general
question relating to the apps on Codecanyon, you might consider visiting the
"FAQ / Support" section and asking your question in the "Comments" section at
Codecanyon app detail page.

Vishal Parmar
Viavi Webtech-India


 * VISHAL PARMAR

 * Viavi Webtech

 * Facebook
 * Twitter
 * Instagram
 * Email

Scroll