Skip to content

Instantly share code, notes, and snippets.

@abhimuralidharan
Last active December 2, 2020 00:55
Show Gist options
  • Save abhimuralidharan/268e7fee3a3a0162e3b575fa95b29bda to your computer and use it in GitHub Desktop.
Save abhimuralidharan/268e7fee3a3a0162e3b575fa95b29bda to your computer and use it in GitHub Desktop.
{
"applinks": {
"apps": [],
"details": [
{
"appID": “JHGFJHHYX.com.facebook.ios",
"paths": [
"*"
]
}
]
}
}
@dconde7
Copy link

dconde7 commented Dec 13, 2018

JSON is invalid. The first double quote of the appID is a smart quote (“), it should be a normal double quote (").

@experion-tibin
Copy link

JSON is invalid. The first double quote of the appID is a smart quote (“), it should be a normal double quote (").

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment