Skip to content

Commit

Permalink
README changes commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshtatekonda committed Dec 15, 2017
1 parent 44a3837 commit 950feda
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,17 @@ copy the below code to your module:
}];
}

#### Source Code Installation


If you wish to install ANAChat directly into your application from source, then clone the repository and add code and resources to your application:

1. Clone the respository and navigate to ANAChat-iOS-master/ANAChat/ and Drag and drop Classes folder into your project, instructing Xcode to copy items into your destination group's folder.

2. FCM configuration is required to use this SDK please check the documentation [here](https://firebase.google.com/docs/cloud-messaging/ios/client) to install and configure.

follow the above steps from 4 to 8 to complete the installation

Note:

1. Use the above codes with valid businessID and baseAPIUrl.
Expand All @@ -265,16 +276,6 @@ Note:
5. The key is right under Server Key
4. Follow step 7 only if you want to support Input type location

#### Source Code Installation


If you wish to install ANAChat directly into your application from source, then clone the repository and add code and resources to your application:

1. Clone the respository and navigate to ANAChat-iOS-master/ANAChat/ and Drag and drop Classes folder into your project, instructing Xcode to copy items into your destination group's folder.

2. FCM configuration is required to use this SDK please check the documentation [here](https://firebase.google.com/docs/cloud-messaging/ios/client) to install and configure.

follow the above steps from 4 to 8 to complete the installation

## License

Expand Down

0 comments on commit 950feda

Please sign in to comment.