You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a new Titanium module because the previous one isn't mantained anymore.
Due to Titanium' iOS module lifecycle, when I have to process an opened notification after an app' cold boot, I need to translate what I get from launchOptions.UIApplicationLaunchOptionsRemoteNotificationKey in a OSNotificationPayload.
What I need is to invoke this method but it isn't exposed inside the OSNotificationPayload declaration.
I added +(instancetype)parseWithApns:(NSDictionary*)message; after this line and everything is working as expected.
Is there some reason why this cannot be done?
Environment:
I'm using OneSignal iOS SDK v2.10.0 installed via Carthage.
The text was updated successfully, but these errors were encountered:
Description:
I'm creating a new Titanium module because the previous one isn't mantained anymore.
Due to Titanium' iOS module lifecycle, when I have to process an opened notification after an app' cold boot, I need to translate what I get from
launchOptions.UIApplicationLaunchOptionsRemoteNotificationKey
in aOSNotificationPayload
.What I need is to invoke this method but it isn't exposed inside the
OSNotificationPayload
declaration.I added
+(instancetype)parseWithApns:(NSDictionary*)message;
after this line and everything is working as expected.Is there some reason why this cannot be done?
Environment:
I'm using OneSignal iOS SDK v2.10.0 installed via Carthage.
The text was updated successfully, but these errors were encountered: