Post

Replies

Boosts

Views

Activity

Reply to Universal Links not working properly on iOS 13
I had the same issue with iOS 13 only and it turned out that since iOS 13 the appID entry is now case sensitive. My app's bundle identifier and the entry in the appID of the AASA file mismatched only in casing. Example:Bundle ID: TEAMID.com.company.EXAMPLEAASA entry:{ "applinks": { "apps": [], "details": [ { "appID": "TEAMID.com.company.example", "paths": [ "*" ] }...Needed to fix the appID in AASA file and my problem was gone.
Dec ’19