Would you mind sharing the working bindings? Thanks!
René Am 22.08.2012 um 17:30 schrieb Nic Wise <[email protected]>: > I've had issues with the TF bindings - I have one which works, but the > out of the box one doesn't. I think. Been a while since I needed to > check. > > On Wed, Aug 22, 2012 at 2:38 PM, Alexander Viken <[email protected]> > wrote: >> Hi >> >> I think i have come a bit closer to the problem.... It's not the geocoder, >> it looks like it's the MonoTouch bindings for TestFlight that is the culprit >> . When i remove all references to TestFlight everything works great. >> >> I use TestFlight in other applications with no problems but it could be >> that the combination of MapKit/Geocoder and TestFlight that causes this. >> >> Thanx for the link to urgent fixes and tip about using google directly. >> >> alex. >> >> On 22. aug. 2012, at 14:27, Nic Wise <[email protected]> wrote: >> >> I think there _was_ an old iOS6 bug which did this. I ended up using >> google directly: >> >> https://github.com/nicwise/londonbikeapp/blob/master/londonbikeapp/TripLog.cs#L308 >> >> This might have been fixed, but a friend had an issue with his (ObjC) app: >> >> "Urgent work around fix for reverse geocoding crash in iOS 4.3" >> >> http://itunes.apple.com/gb/app/nextbuses/id362006676?mt=8 >> >> So it might not be a MT issue >> >> Can you distill it down to a single view app, which does the geocode >> on a given Lat/Lon? to test it out? >> >> >> >> On Wed, Aug 22, 2012 at 12:30 PM, Alexander Viken >> <[email protected]> wrote: >> >> Hi All. >> >> I am having a problem with random crashes in a navigation/geotracking app. >> The crash is related to doing reverse lookup for addresses based on >> coordinates at the end of the trip. I am using MKReverseGeocoder and a >> MKReverseGeocoderDelegate class but no matter how much debug info I add to >> the code I still don't get any feedback in the application output or the >> debugger. >> >> The scenario is that when the user click a button to stop the trip they are >> taken to a trip summary view, and I try to reverse lookup the start and end >> addresses. There's no pattern in if it's the start or end address that >> causes the crash it's totally random, and happens 2-3 times out of 10. >> >> Anyone got a clue on how to get (more) output in the debugger for a cause or >> another way to get addresses based on coordinates? >> >> Vennlig hilsen/Kind regards >> >> ALEXANDER VIKEN >> Appaloosa AS co-founder / Technology Director / MTA (MVP/MCTS/MCP/CSM) >> Appaloosa på Facebook: http://appaloosa.no >> >> M: (+47) 472 71 000 | skype: alexander-appaloosa >> >> >> twitter: http://twitter.com/alexanderviken >> blog: http://agilemobility.net http://mobilteknologi.no >> bio: http://about.me/alexanderviken >> >> >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> >> >> >> >> -- >> Nic Wise >> t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise >> b. http://www.fastchicken.co.nz/ >> >> mobileAgent (for FreeAgent): get your accounts in your pocket. >> http://goo.gl/IuBU >> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa >> Earnest: Self-employed? Track your business expenses and income. >> http://earnestapp.com >> Nearest Bus: find when the next bus is coming to your stop. >> http://goo.gl/Vcz1p >> London Bike App: Find the nearest Boris Bike, and get riding! >> http://goo.gl/Icp2 >> >> > > > > -- > Nic Wise > t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise > b. http://www.fastchicken.co.nz/ > > mobileAgent (for FreeAgent): get your accounts in your pocket. > http://goo.gl/IuBU > Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa > Earnest: Self-employed? Track your business expenses and income. > http://earnestapp.com > Nearest Bus: find when the next bus is coming to your stop. > http://goo.gl/Vcz1p > London Bike App: Find the nearest Boris Bike, and get riding! > http://goo.gl/Icp2 > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
