Does the apple-app-site-association json file ever get updated in app?

早过忘川 提交于 2019-12-18 21:31:28

问题


Other than the first initial install of the app, does the apple-app-site-association json file ever get updated?

For example, if I add an additional value to the path array in the json file, will my app ever get that update?


回答1:


My own experience indicates the apple-app-site-association file is checked when the app is first installed, and then rechecked during any later app updates from the App Store. So if you add an additional path to the file, it would be detected when the next update app is released but likely not before.

Note: if you're testing locally, you need to completely delete the app before reinstalling. Except for App Store updates, it appears the apple-app-site-association is not rechecked if the app is already on your device.



来源:https://stackoverflow.com/questions/35187576/does-the-apple-app-site-association-json-file-ever-get-updated-in-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!