Closed kksrini closed 9 years ago
Thanks for reporting the issue. Can you help enabling some logging and posting the log messages back?
In AppDelegate's applicationDidFinishLaunchingWithOptions method:
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
CBLManager.enableLogging("Sync");
CBLManager.enableLogging("SyncVerbose");
return true
}
I am closing this issue. The issue occured may be because of my development environment. Now the application functioning properly. Thank you.
I am closing this issue. This issue occurred because of networking settings. Tested on another network, the application properly functioning. Thank you.
After scanning the QR code successfully, photos are not received at the receiving end. I noticed the error message "Sending Abort" at the sending app side after few seconds and sometimes no error message. The device is iPhone 5 with iOS 8.3 ( both sending and receiving device).
Thank you.