iOS Installation Document
To change API URL to a new server
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder and change the base URL from the path specified below.
Go to: User -- >Constant → constant.h → SERVICE_URL
To change chat settings
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder and change the base URL from the path specified below.
Go to: User -- >Constant → constant.h → WEB_SOCKET
To configure your Google map location
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder and change the base URL from the path specified below.
Go to: User -- >Constant → constant.h → Place_API
Go to: User -- >Constant → constant.h → Map_API![]()
To configure Facebook login for your users
You need to create a app in facebook.
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder → supporting files folder → open info.plist file. Then enter the Facebook App ID.
Go to:
user ---> supporting files ---> info.plist ---> FacebookAppID
user ---> supporting files ---> info.plist ---> FacebookDisplayName
To insert your company/brand logo
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder → assets folder → assets.xcassets file. Then follow the path mentioned below and update the icons that you want to upload to your mobile app.
Go to: user → Assets → Assets.xcassets → AppIcon // Change all the icons.
To change splash screen
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder → assets folder → assets.xcassets file. Then follow the path mentioned below and update the icons that you want to upload to your mobile app.
Go to: user → Assets → Assets.xcassets → LaunchImage // Change all the images.
To configure Google login for your users
You need to create a app in google.
You will be getting GoogleService-info.plist file.
Replace this file in user folder → supporting files folder.
In the device that you have installed GenTack application, go to Project tab. Under Project, go to user folder → supporting files folder → open info.plist file. Then enter the client_id.
Goto : user folder → supporting files folder → open GoogleServices-info.plist file → copy REVERSED_CLIENT_ID values
Goto : user folder → supporting files folder → open info.plist file → paste the REVERSED_CLIENT_ID into → URL Types → Item 1 → URL Schemes → Item 0 → paste it.![]()