iCloud and GEOResourceManifestServerRemoteProxy: Lost connection to geod warning

IphoneIosWarningsIcloud

Iphone Problem Overview


I am testing my app that uses iCloud. Sometimes, when I fire up the app I get the following warning in the console:

GEOResourceManifestServerRemoteProxy: Lost connection to geod

Once I get this warning I don't seem to get any data from iCloud. I have tried searching this issue, but have found very little information on it.

Any suggestions on how one should try to detect this issue and try to handle it?

Iphone Solutions


Solution 1 - Iphone

I realize that you asked this back in March, but according to this it can happen when a login (like a connection to FB) has timed out.

If you do a stacktrace and see , then this should help.

And here is the code for that interface, if that's helpful.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionreza23View Question on Stackoverflow
Solution 1 - IphoneJoshua WalcherView Answer on Stackoverflow