application(_:open:sourceApplication:annotation:) method is already Deprecated, so when I use Smart App Banners, how to Provide Navigational Context to my App?
[Smart App Banners] application(_:open:sourceApplication:annotation:) method is already Deprecated
Recommended
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.