sendAppOpen method no longer necessary?
Closed this issue · 1 comments
joe-at-startupmedia commented
In upgrading to the latest pushwoosh library (6.22) I've seen that the PushNotificationManager class is deprecated.
https://github.com/Pushwoosh/pushwoosh-ios-sdk/blob/master/Documentation/PushNotificationManager.md
The Pushwoosh class however has no method sendAppOpen
. Is this no longer necessary to call?
https://github.com/Pushwoosh/pushwoosh-ios-sdk/blob/master/Documentation/PushNotificationManager.md#1a4cd6ec2302bebac9ffcb229eae5d6a59
wfhm commented
Yes, it now automatically fires when an app is opened, there is no need to manually call it.