ios - Is it possible to force my app to fetch a new apple-app-site-association file? -
i have been reading around , found couple of existing answers apple-app-site-association caching:
these answers indicate association file fetched web on install/update only.
this worrisome me because means need sync updates file releases of app.
it means if urls not want universally linked (e.g. contact page's, /contact
) not blacklisted association file, users not update app have broken experience forever when trying access page.
my question is: does here know of way force app update association file without needing release new version , wait users update?
edit , also, why?
it not possible force this. apple not disclose update criteria, working day, can assure install/update only times i've ever seen file scraped.
a better alternative use hosted deep link platform branch.io (full disclosure: i'm on branch team), because don't need worry updating apple-app-store-association
config after it's set first time.
Comments
Post a Comment