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.
Post
Replies
Boosts
Views
Activity
Seeing same issue here and couldn't figure out the cause. It seems to work though when "embedding" the AVPlayerViewController in another UIView and UIViewController. But when simply attempting to present the AVPlayerViewController as fullscreen, the controls are missing.
Happening to me too for several months now. Tried to completely reinstall Xcode, but it didn't help.