-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
everything is false in checkInstalledAppsForShare #81
Comments
Solved by downgrading |
Adding
In |
what about iOS |
Recently Google announced that they are restricting the usage of So, it would be better to use a less broad app-visibility method, such as the <queries> element to specify exactly which packages to query. Adding the following under the <queries>
<package android:name="com.instagram.android" />
<package android:name="com.facebook.katana" />
<package android:name="com.twitter.android" />
<package android:name="com.whatsapp" />
<package android:name="org.telegram.messenger" />
</queries> |
Output:
Version: ^2.1.1
Also, sharing is not working, I think because of that.
The text was updated successfully, but these errors were encountered: