Skip to content

Commit

Permalink
update schemes iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhmomo committed May 11, 2018
1 parent 98c98dc commit dc74412
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# mobile-sdk
If your business have a mobile app. You can use this SDK to integrate MoMo app into your app.

# mobile-sdk
-If your business have a mobile app. You can use this SDK to integrate MoMo app into your app.
If your business have a mobile app. You can use this SDK to integrate MoMo app into your app.

## iOS App
#IMPORTANT: Config file Plist

```
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string></string>
<key>CFBundleURLSchemes</key>
<array>
<string>partnerSchemeId</string>
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>momo</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
```
#partnerSchemeId: provided by MoMo , get from business.momo.vn

## Android App

0 comments on commit dc74412

Please sign in to comment.