Thank you for purchasing our app
Please read the documentation carefully , and if you have any question check us . Most pages are accompanied by a video tutorial , it's recommended to check both , the video and the written Documentation .
Customers who host their files with hostrever.com will receive free support for life
Having a hosting platform that our support team is familiar with makes it easier for them to assist you
We have added some advance functions into our product. We try to keep our product simple but unfortunately due to greater no of request we are forced to upgrade our product and we had to use a FFMPEG Library.
If you face any issue in video upload or it takes time in uploading video to server that might be because of your server. Sometimes server gives this error if you check your error log file
Allowed memory size of 33554432 bytes exhausted (tried to allocate 15756752 bytes)
If you see this error then you would need to upgrade your server or increase Php memory limit by going into php.ini file. you need to google about where this file is. This file resides in different locations in different servers
First thing which is very important is that you need to either use VPS or cloud Hosting. This FFMPEG won't work on shared hosting and you need a terminal access to install ffmpeg
Make sure that your server does not block shell exec , or exec. You have to remove it from WHM and save the settings
Increase your upload limit
One last thing you need to do is increase your post_max_size and upload_max_filesize.
Note: We have tested this on Hostgator VPS. Terminal we accessed from whm. Operating system was CENT OS 7.8
Just Follow Few Setups according to video to Run App
Open link on Web Brower: https://firebase.google.com/ and then Click on “Get Started”
Click on Add Project
Write down name of the project here and then click on Continue
Click on the Continue
Check the box that are unchecked and click on Create project
Now project Created on Firebase
Now select your platform "iOS"
Enter your iOS app bundle identifier, enter your App nickname and click on register How to get Bundle Identifier
Now download your "GoogleServices-info.Plist"
Save this Info.plist after successfully created project, then drag & drop this Info.plist in your Xcode project
Click on Next
Click on Continue Console.
Select Realtime Database and click on Create Database
Click on Next
Select 'Start in test mode' and then click on Enable
Now select Realtime Database > Rules
Replace the whole code with this
{
"rules": {
".read": "true",
".write": "true"
}
}
Click on Publish
Now your configuration done with firebase
Open click on Web Browser https://developers.facebook.com/, then LogIn and Click on “MY App” then show your different app that if you have created
Click in “Create App“ to create your new app
then a dialogue box appear and select None and Continue
Write the name of app that you want to display and also write email in below field
Check on “I'm not a robot” and click on submit button
Click Facebook Login Setup
Click on iOS
Click on “Next” button
Add your bundle identifier of your app and click on Save then press Continue How to get Bundle Identifier
Copy the Facebookid it should be like "e.g: fb121444887" and past into info.plist
and copy fbId replaced with fbid that used in info.plist
Also copied “fbid” add in URL Type e.g fb0123456789
Follow the instructions for Xcode iOS
Open the terminal window in the project directory and type: pod install (cocoapods must be installed on your mac: https://cocoapods.org/)
Find the Folder of Your Project
Find the Folder of Your Project,Just type pod install to install all pods And Open project in XCode using TIK TIK.xcworkspace file
Follow steps on images to rename project name
On rename button xCode automatically Rename the project name
You can regenerate PODFILE folder by using command POD INIT in terminal of project path. And COPY/PASTE these PODs in new RENAMED PODs to generate new .XCWORKSPACE file. Or by Changing the name of Project in Targets
OR Follow these steps http://stackoverflow.com/a/35500038
Bundle Identifier
Just go there App Delegate file and Change BaseURL of your API and set API-KEY
Just Place Agora App ID
Open your Apple developer account by using this link: https://appstoreconnect.apple.com Apple Store Connect enter login credentials
After login , such screen appear and click on the Agreement,Taxs and Banking option
then click on terms in Paid apps after that provide secret informaton
After complete all stuff then again back to main screen and select My Apps and select your app on which In App Purchase enable
Move on right side then section show In App Purchase and click on Manage
Generate a Secret Key by click on App-Specific Shared Secret and then click on Plus button
Then select any one option and click on Create
Fill all required fields and then click on Save
you can easily get your coins just click on profile that shown in bottom tabbar
Click on top on the right side 3 dots and then a list appear select Wallet option
User can also cashout his coin by click on Cash out button
Then such screen appear click on CashOut Button then money transfer to your assoicated account
If user have no enough coins then no need to worried, just click on any coin that user wants to buy in "section 2"
Then such popup appear fill his information in providing fields
After providing correct information then success alert show and you successfylly buy coins
click on profile that shown in bottom tabbar
Click on top right corner 3 dots and then a list appear select Payout option
After that click on Plus Button on right corner of the screen
Then add your paypal email and click on save button
installing Tictic PHP API is an easy process and we will guide you through it .
Before getting started, please make sure your web server meets all the requirements:
Step 1 - Upload the mobileapp_api files which we have provided in your downloaded package from codecanyon
Step 2 - Login in your hosting cpanel Navigate to File Manager , upload the mobileapp_api.zip , then extract it
Step 3 - For Database & 3rd party API configurations edit constant.php file which is located at "mobileapp_api/app/Config/constant.php"
Make sure .htaccess file exist in the directory mobileapp_api/. If not then create the file .htaccess and copy the below code in it
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
Step 1 -Import the SQL file which we have provided in your downloaded package from codecanyon
Step 2 - edit constant.php file which is located at "mobileapp_api/app/Config/constant.php"
Fill the database details in "mobileapp_api/app/Config/constant.php"
define('DATABASE_HOST', 'localhost'); define('DATABASE_USER', ''); define('DATABASE_PASSWORD', ''); define('DATABASE_NAME', '');
Step 1 - Get twilio keys by Create an account on twilio and buy a number as well which is required for the Programmable SMS You can find the API KEY and auth token in: twilio.com
Step 2 - You have to allow geo permissions for sending sms Click here
Fill the Twilio ACCOUNT ID , AUTH TOKON and PURCHASED NUMBER which twilio has provided you in "mobileapp_api/app/Config/constant.php"
//Twilio define('TWILIO_ACCOUNTSID', ''); define('TWILIO_AUTHTOKEN', ''); define('TWILIO_NUMBER', '');
Go to this url https://console.aws.amazon.com/
Search services "IAM"
Click On Users
Add Users
add username and check field "Programmatic access"
Create a group and add these two policies in that group (Amazons3fullaccess, Amazons3readonlyaccess)
tags are optional - you can skip that and hit Create user button
Not down access key id and secret key and download the file and save it.
Then go to https://console.aws.amazon.com/ and search “S3” or go directly here https://console.aws.amazon.com/s3/
And create a Bucket. Set a name and choose options according to your choice and you are done. Use this bucket name in the code.
Note. These are the steps which you need to do to setup aws. You can also find on google a lot of tutorials for this. Amazon also updates the interface time to time. So please don’t ask us questions here regarding what region to choose or what name to choose etc etc. These are the basic steps we have mentioned here. So you should need to read aws documentation as well. We would try our best to help you as we can
Now you have to fill the information in app/Config/constant.php , if you donot have the files then you have to contact us for the AWS files this feature is only for extended license customers
How you find bucket region on amazon S3?You can get the bucket region by clicking on your bucket name. Your region will show up in the url for example our bucket name is qboxus_bucket and once we clicked on it this shows in the url
Click on get started Under Web Section
Select s3 folder in the domian section and click create distribution
Copy domain link and enter in app/Config/constant.php
You can get the bucket region by clicking on your bucket name. Your region will show up in the url for example our bucket name is qboxus_bucket and once we clicked on it this shows in the url
I'd like to thank you again for your purchase and I hope you where able to successfully install the app and using it in your future business . If you need support or have some questions. You can visit our support resources here at hello@qboxus.com
What support does include