ios - Universal link - The domain has some validation issue -


im working on universal link open application while tap url. using https server , done steps apple (apple doc). apple universal link validator show below error,

your file's 'content-type' header not found or not recognized.

enter image description here

the apple-app-site-association file uploaded server , file below,

   {     "applinks": {         "apps": [],         "details": [          {             "appid": "j2hbf9a3pz.com.aors.speaku",             "paths": [“*”,”/“]          }         ]        } } 

and apple said no need sign apple-app-site-association file whether domain has https.

if file unsigned, should have content-type of application/json. otherwise, should application/pkcs7-mime.

so query how mention content type(application/json) in apple-app-site-association file???

please me on this. don't know mean exactly.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -