Search found 2 matches

by zheng
28 Aug 2020, 03:23
Forum: SFS2X Questions
Topic: support flutter
Replies: 1
Views: 10969

support flutter

have a plan to do a flutter plugin?
by zheng
09 Jan 2020, 10:00
Forum: SFS2X iPhone / iPad / OSX API
Topic: [NSStream getStreamsToHostNamed:port:inputStream:outputStream:]: unrecognized selector sent to class
Replies: 8
Views: 30111

Re: [NSStream getStreamsToHostNamed:port:inputStream:outputStream:]: unrecognized selector sent to class

i use your demo like this:

class SFSTestScene: BaseViewController, ISFSEvents {

var sfs:SmartFox2XClient?

override func viewDidLoad() {
super.viewDidLoad()


sfs = SmartFox2XClient(smartFoxWithDebugMode: true, delegate: self)
NSLog("Version: %@", (sfs?.version)!)
sfs?.logger ...