Customize App

Project customising

Project Structure

After importing project successfully you will get project structure like below image

Within app module, files are shown in the following groups:

Change App name

To change project name follow below steps.

Go to the app > project > Project from TARGETS > General category > Display Name

Change App Package Name

Go to the app > project > Project from TARGETS > General category > Bundle Identifier

Change API URL

To change the Base Url for App

Go to the app > project > Others > WebserviceManager.swift >BASEURL Change the Base Url

   var BASEURL = "http://itechnotion.in/wp-news/"

Change Live TV URL

To change Live TV URL follow below steps.

Go to the app > project > Others > GlobalConstant.swift >LIVETVURL

   var LIVETVURL = "https://www.youtube.com/embed/Ga3maNZ0x0w"

Last updated