Closed tungcyfeer closed 3 years ago
Hey @tungcyfeer
If you know the specific set of apps that you want to query or interact with, such as apps that integrate with your app, or apps whose services you use, include their package names in a set of
Note: If you declare a
So try to update your app's manifest configuration file, add below two lines to allow your app to open the MoMo app Production and the MoMo app UAT/testing
`
<queries>
<package android:name="com.mservice.momotransfer" />
<package android:name="vn.momo.platform.test" />
</queries>
`
Thank you, we have fixed it temporarily in our apps to publish store since last week. But I think you need to update this configurations to your lib, so merchant apps don't need add them more.
Because of the new policy for android 11 (sdk 30) about visibility package, merchant app now cannot open momo app. Please update new sdk with manifest changed following the docs.