couchbaselabs / photo-drop

P2P Photo Sharing app. Read more http://blog.couchbase.com/photodrop
41 stars 11 forks source link

Photos not received #4

Closed kksrini closed 9 years ago

kksrini commented 9 years ago

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.

pasin commented 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
}
kksrini commented 9 years ago

I am closing this issue. The issue occured may be because of my development environment. Now the application functioning properly. Thank you.

kksrini commented 9 years ago

I am closing this issue. This issue occurred because of networking settings. Tested on another network, the application properly functioning. Thank you.