maitrungduc1410 / react-native-zalo-kit

Zalo SDK implementation for React Native
MIT License
44 stars 11 forks source link

Don't open app Zalo #48

Closed longhuynhthanh closed 11 months ago

longhuynhthanh commented 2 years ago

When login zalo version 4.0.3 only open web, don't open app althought I installed, please helping bro

maitrungduc1410 commented 2 years ago

which platform are u testing? android or ios?

longhuynhthanh commented 2 years ago

iOS and android

maitrungduc1410 commented 2 years ago

have u done ios setup? https://github.com/maitrungduc1410/react-native-zalo-kit#ios

longhuynhthanh commented 2 years ago

yes, I have the same setup

longhuynhthanh commented 2 years ago

Simulator Screen Shot - iPhone 11 Pro - 2022-05-09 at 12 04 05 iOS: I login account zalo, but don't auto connect this account. Android connect this account but open web, not open app

maitrungduc1410 commented 11 months ago

For android, in Manifest.xml, make sure you have:

...
    <queries>
      <package android:name="com.zing.zalo" />
    </queries>
</manifest>

For iOS, make sure you add LSApplicationQueriesSchemes

Check README again, I updated ios + android setup