WP News
  • Installation
  • Installation
  • How to Import Project
  • Create WordPress REST API
  • Customize App
  • Additional Changes
  • Admob Configuration
  • OneSignal integraton
  • iOS Document
    • Installation
    • How to Import Project
    • Create WordPress REST API
    • Customize App
    • Additional Changes
    • Admob Configuration
    • OneSignal integration
Powered by GitBook
On this page
  • Project Structure
  • Change API URL
  • Change Live TV URL
  1. iOS Document

Customize App

Project customising

PreviousCreate WordPress REST APINextAdditional Changes

Last updated 6 years ago

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"

Project Structure
Change App Name
Change Bundle Identifier