momo-wallet / mobile-sdk

If your business have a mobile app. You can use this SDK to integrate your mobile with MoMo App
80 stars 54 forks source link

About neact native event listen on multi app have using momo #6

Closed WMaximusW closed 5 years ago

WMaximusW commented 5 years ago

Hi Momo team, My problem is that i have two app that using momo (app A using react-native, app B using swift), i'm using same account business momo for both app, but when i open app A to working with momo, momo always call back to app B. I think my problem relate to eventlistener. Did i do something wrong? Please help! tks

momodevelopment commented 5 years ago

Momo app callback to partner app through 'appScheme' parameter (iOS only). if you have one more app, you need to change 'appScheme' value.

WMaximusW commented 5 years ago

Momo app callback to partner app through 'appScheme' parameter (iOS only). if you have one more app, you need to change 'appScheme' value. Thank you! It works. But Can 1 account can have multi appScheme ????