From dc74412b59edd5bd3e1fbb47da0e4f8de746bb77 Mon Sep 17 00:00:00 2001 From: Lanh Luu Date: Fri, 11 May 2018 14:43:49 +0700 Subject: [PATCH] update schemes iOS --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 5cb42fe..b049edb 100644 --- a/README.md +++ b/README.md @@ -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 + + ``` + CFBundleURLTypes + + + CFBundleURLName + + CFBundleURLSchemes + + partnerSchemeId + + + + LSApplicationQueriesSchemes + + momo + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + ``` + #partnerSchemeId: provided by MoMo , get from business.momo.vn + + ## Android App