shortstuffsushi / Universal-Link-Validator

A simple node app for testing your Apple App Site Association file setup.
MIT License
121 stars 3 forks source link

As of iOS 9, application/json content-type is valid. The message should be updated to be a warning and not a failure. #9

Open beau6183 opened 8 years ago

beau6183 commented 8 years ago

Per https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

shortstuffsushi commented 8 years ago

It's currently already possible to have the server evaluate application/json as valid, you just have to check the "allow unencrypted" checkbox. The next time I give this application an update pass, I'm probably going to reverse the behavior so that is the default. Not sure when that'll be though.