Releases: Appboy/appboy-ios-sdk
Releases · Appboy/appboy-ios-sdk
2.9.5
- Corrected a bug which would cause the host app to crash when a deep link was launched from a push notification. In versions 2.9.4, if the host app used
[[Appboy sharedInstance] registerApplication: didReceiveRemoteNotification:];
instead of[[Appboy sharedInstance] registerApplication: didReceiveRemoteNotification: fetchCompletionHandler:];
, opening a push with a deep link would crash the host app in some circumstances.