ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make "+ (LaunchSession *) launchSessionFromJSONObject:(NSDictionary *)json" method visible

martinobonfiglioli opened this issue · comments

As specified in documentation: http://connectsdk.com/docs/ios/resuming-apps/

I need

+ (LaunchSession *) launchSessionFromJSONObject:(NSDictionary *)json

visible to restore webAppSession for background / foreground switch.

Thanks.