I have some problem in creating apple-app-site-association file.I don't know how to create json file without json extentsion and have content type application/json
for the same file.I want to use this file without any signing as it doesn't need in IOS 9 but I couldn't able to create the valid apple-app-site-association file.
I have setup everything on my app like associated domains,app delegate method,provisioning profiles.
Here is my code on the backend side:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "teamID.bundleID",
"paths": [ "*" ]
}
]
}
}