Skip to content

chabokpush/chabok-starter-gonative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  1. clone the project via git command or download the source code
git clone https://github.com/chabokpush/chabok-starter-gonative.git
  1. Open Terminal app and install the ChabokPush cocoapoad in iOS path:
pod install
  1. open project in your idea and sync it, then build the app to your device or simulator.

  2. You can login with Test environment to see the starter app info in the panel.

Please use the following account:

Username : starter

Password : starter

for more information about this app please visit our website and refer to chabok documents section.

Usage

The iOS GoNative has conflict with Reachability class. Update Reachability.h and Reachability.m file of your project to Reachability.h and Reachability.m file in starter sample project.