site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Hello everybody. I still have the same problem with OBEXFileTransferServices. I implemented a delegate class, that just calls NSLog() for any method invocation. In the code: [fileTransfer setDelegate: del]; [fileTransfer connectToObjectPushService]; And finally, I try to send a file: [fileTransfer sendFile: @"test.jpg"]; kind regards, Chris _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... id obexSession = [IOBluetoothOBEXSession withDevice: target channelID: channelID]; OBEXFileTransferServices *fileTransfer = [OBEXFileTransferServices withOBEXSession: obexSession]; TransferDelegateObject *del = [[TransferDelegateObject alloc] init]; ( >>> output for init method) Then the delegate object is set and the remote devices should be connected: Neither the method fileTransferServicesConnectionComplete, nor any other method of the delegate object is called. Has anybody ever successfully used the OBEXFileTransferServices class and send me an example? This email sent to site_archiver@lists.apple.com
participants (1)
-
Christian Klein