iOS Live TV
Updated: 10 December 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 me via my user page contact form here. Thanks so much!
Table of Contents
Which Xcode version is needed?
Below Xcode version is recommended, which can be downloaded from here:
https://stackoverflow.com/questions/10335747/how-to-download-xcode-dmg-or-xip-file
How to generate facebook advertizments ids ?
https://www.appcoda.com/facebook-ads-integration/ Follow this document properly with create facebook business acoount and generate app ads ids....
How to generate onesignal push notification App Id & Rest Key ?
https://onesignal.com/ Create onesignal account and add new application then after you can get app id & Rest key on Setting like this....
How to find Onesignal App Id & Rest Key
- Select App > Open Settings > Keys & App IDs

How to Change One Signal Notification App Id ?
How can Create Onesignal iOS project setup for push notification
https://onesignal.com/
How to Change One Signal App Id
- Create your onesignal account and application
- After in application, you can setup your .p12 file for APNS in iOS section
- It is Completed successfully then after you can get Onesignal app ID & Rest Key like below screenshot...
- Open CommonUtils folder > CommonUtils.m
- Enter your Onesignal App id inside"getOneSignalAppID"


How to Apply European Union Country AdMob Policy in App ?
- Open your Google Admob account > Go to Blocking Controls > Select EU USER CONSET Tab > Select ad technology providers
- Select (Radio Button) Custom set of ad technology providers and Apply SAVE CHANGES button click
- Copy your Publisher ID on > Set up consent gathering section
- Replace Admob GDPR Publisher ID on Admin Panel > Settings > Admob Settings Tab > iOS Section
How to add Firebase Analytic implementation in iOS?
iOS Firebase Analytic setup here,
https://firebase.google.com/docs/ios/setup
- Open Xcode > HDWallpaper > LiveTV folder > GoogleService-Info.plist
- Replace your Firebase Analytic file here GoogleService-Info.plist
How to Configure Webservice In Your Server?
- First of all find the LiveTV folder from the downloaded package.
- Copy these folder and paste it in the htdocs folder(if you have Wampp installed then put it into www)
- Then create a database and import the database from the db folder.
- After creating database configure the connection file(db_connection.php),which is in the includes folder of your package.
DEFINE ('DB_USER', 'username')
DEFINE ('DB_PASSWORD', 'pass')
DEFINE ('DB_HOST', 'localhost')
DEFINE ('DB_NAME', 'LiveTV')
That’s all,now run the webservice : http://localhost/envato/cc/live_tv_demo/index.php





























