[Smart App Banners] application(_:open:sourceApplication:annotation:) method is already Deprecated

application(_:open:sourceApplication:annotation:) method is already Deprecated, so when I use Smart App Banners, how to Provide Navigational Context to my App?

Answered by Frameworks Engineer in 823936022

The deprecation message should have pointed you at application(_:openURL:options:). The options dictionary accepts keys that let you specify the source application (.sourceApplication) and annotation (.annotation) as well as other data.

Accepted Answer

The deprecation message should have pointed you at application(_:openURL:options:). The options dictionary accepts keys that let you specify the source application (.sourceApplication) and annotation (.annotation) as well as other data.

[Smart App Banners] application(_:open:sourceApplication:annotation:) method is already Deprecated
 
 
Q