Skip to content

If your business have a mobile app. You can use this SDK to integrate your mobile with MoMo App

Notifications You must be signed in to change notification settings

tamdragle/mobile-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

If your business have a mobile app. You can use this SDK to integrate your mobile with MoMo App

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 42.0%
  • Objective-C 39.4%
  • Swift 17.3%
  • Ruby 1.3%