meteor / solomo

The demo we showed at Meteor Devshop August 2014 of Meteor Mobile integration. This code has moved to the examples folder in meteor/mobile-packages.
30 stars 5 forks source link

iOS - connected, but not uploading photos to dev server? #10

Open FickleLife opened 9 years ago

FickleLife commented 9 years ago

Thanks for the demo app!

I am running solomo on an iOS device running ios8 GM and on a Mac using Xcode 6 beta2 on Yosemite. The app runs on the phone meteor run ios-device -p 192.168.1.78:3000 and it is connected to the dev server as when I navigate to 192.168.1.78:3000 on my computer I can take photos and they appear on the app instantly.

However, I cannot upload photos or find my correct location from the app. The "Post Photo" button triggers the camera however once the photo is taken nothing happens, and the map always geo locates me at the default location which is out at sea off the west coast of Africa.

Any clues on the best way to debug cordova apps?

stubailo commented 9 years ago

Do you know if the app works correctly on iOS 7? I haven't tested with iOS 8 yet.

In terms of debugging, we are still thinking about good solutions - in the meantime, using console.log would be your best bet.