You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
We need to be able to add values to LSApplicationQueriesSchemes. We were previously doing this by using this script https://gist.github.com/marcocarnazzo/6f01a57d390e8fe3071f . It basically allows for you to put in your config.xml something like
twitter
and then after the hook runs it would have updated your plist file and appended the following:
LSApplicationQueriesSchemes
dps.f1f0ea0e-c7fc-484e-a577-b96ae276e380
This is a major issue for us because we need to be able to add QuerySchemes so we can check if an app is installed on a device.
The text was updated successfully, but these errors were encountered:
I need it too... I cant find the way to edit NSPhotoLibraryUsageDescription (and other keys) located in *-Info.plist for iOS.
I was trying:
<config-fileparent="NSPhotoLibraryUsageDescription"target="*-Info.plist">
<string>Aplikácia potrebuje povolenie pre nahrávanie obrázkov do aplikácie.</string>
</config-file>
in config.xml, but did not work :/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to be able to add values to LSApplicationQueriesSchemes. We were previously doing this by using this script https://gist.github.com/marcocarnazzo/6f01a57d390e8fe3071f . It basically allows for you to put in your config.xml something like
twitterand then after the hook runs it would have updated your plist file and appended the following:
LSApplicationQueriesSchemes
dps.f1f0ea0e-c7fc-484e-a577-b96ae276e380
This is a major issue for us because we need to be able to add QuerySchemes so we can check if an app is installed on a device.
The text was updated successfully, but these errors were encountered: