Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article will guide you to build your iOS app with Premium Mobile Code

The article contains the following parts:

 

Note

The Premium Mobile Code is only available on phpFox ULTIMATE license. In case you are holding other license types, please upgrade to phpFox ULTIMATE license first.

In this article, we assume that you already got the following knowledge:

  • How to use XCode to set up and build an Android app
  • How to create necessary iOS certifications to build an iOS app
  • How to configure a Firebase project for push notification on an iOS app.

Now, let's start.

Prerequisite

Warning

...

Code Block
#install dependencies
cd MobileProject/
yarn install


# install dependencies 
cd ios/
pod install

Configure your

...

iOS app

Configure Push Notification with Firebase

...