Getting Started
Follow the steps below to setup your app :
- PlayTube Script, you can get it from Here
- Download Xcode 2022 Here. Please remember, always use the latest code, latest visual studio, and other latest product versions of products
Here are steps to install the full Xcode application.
- Open the App Store on your Mac and search for Xcode.
- Download Xcode from the App Store.
- After your download is complete, launch Xcode.
- Enter your administrator account credentials.
- Unzip the PlayTube-IOS archive, extract it to a new folder, and then open the folder.
- In the main folder, you will find the solution (Name: PlayTube.xcworkspace Type: Xcode work Space) double click on it and wait till everything is loaded.
- Install all Project PODS for your Project, Open terminal at folder.
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-17-1024x476.png)
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-18-1024x827.png)
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-19-1024x659.png)
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-20-1024x810.png)
Articles
Verify Application
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-21-1024x417.png)
- Create your Cert key for your application from Doughouzlight-License
PlayTube Provides Triple DES algorithm encryption system + AES 256-Bit Encryption in your mobile application to safe your own information and your own server side keys from hackers and crackers, once you are a real buyer you will not fear any cracking or unpacking APK actions by eligible black hat people, which may lead to leaking your sensitive server side data to the public.
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-22.png)
Once you have the key you will be able to add the key to your AppSetting.swift class
![](https://doughouzlight.com/wp-content/uploads/2022/12/image-23-1024x280.png)
Deep Links To App Content
When a clicked link or programmatic request invokes a web URI intent, the IOS system tries each of the following actions, in sequential order, until the request succeeds:
- Open the user’s preferred app that can handle the URI, if one is designated.
- Open the only available app that can handle the URI.
- Allow the user to select an app from a dialog.
![](https://doughouzlight.com/wp-content/uploads/2022/08/Applink.png)