sourceApplication
The bundle ID of the app that originated the request.
Declaration
var sourceApplication: String? { get }Discussion
If the request originated from another app belonging to your team, UIKit places the bundle ID of that app in this property. If the team identifier of the originating app is different than the team identifier of the current app, this property is nil.