Hi,
we have working push notifications with associated deeplink and everything works fine if app is in the background. But if user close the app (swipe up on iOS) then when we received and open push notification nothing happening. We are using UADeepLinkDelegate from Airship API and receivedDeepLink method is not even call in this situation.
How it should be handled in proper way?
Should we manually parse the launchOptions dictionary at didFinishLaunchingWithOptions AppDelegate method or there is some AirShip method for that?
Comments
1 comment