maitrungduc1410 / react-native-zalo-kit

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

Don't use to method sendMessageByApp or postFeedByApp #52

Closed longhuynhthanh closed 11 months ago

longhuynhthanh commented 2 years ago

I used to method sendMessageByApp, but don't open zalo app, open Zalo on Store(ch play or Appstore)

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