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.
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
Post a Comment