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
Follow the instructions for Xcode iOS
Bundle Identifier and App Name (edit the data on the selected image)
Open and edit staticdata.swift (edit the data on the selected image)
We recommend: do not change the FoodomiaApp folders name and Project nameDrag your Bridge Header File into Obj C Bridge Header File like as screen shot
Follow the instructions for google json file and also for setup push notifications
You have to create your project first
For download google service plist file you have to go in project settings
For enable push notifications you have to add certificate file for development and production
Go to "facebook Developer" the link is given developers.facebook.com and Create a new app
Go to "facebook Developer" the link is given developers.facebook.com and Create a new app
Then Go in Setting > Basic Fill privacy policy and application nature/cateogry and press save
Then Go in Setting > Basic Add development palatform
Then Go in Setting > Basic > development palatform Select iOS
put your Bundle id here
You have to download the SDK from here and follow the documentation developers.facebook.com
Follow screenshort
Copy APP ID Follow screenshort
You have to submit your application for review to facebook to enable 2 permission Date of birth & Gender by following this link How can i submit?
For "login with phone number" you have to enable the settings from firebase
Go in project setting and download the google service plist file and add in your iOS project
Open AppDelegate.swift file and put the client ID there copy from google services plist file
Put the Reserved Client ID here copy from google services plist file
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', '');
Yes app is in native coding
it will work on PHP 7.0 or more then 7.0
We are using mysql database
Yes Test/Demo users profiles are inlucded in the package
Yes , It has Firebase Thrid party for real time chat and send push notifications, Which is free but limited , after lot of users and usages you have to buy their packages there are have 3 packages Free , $25 monthly , Pay As you go See Firebase packages
Yes It has admin panel as well which is in HTML/CSS and connected with datbase via PHP API
Yes it has Documentaion about android , web api setup , admin panel setup , firebase push notification setup