Closed NunoMiguelVeloso closed 7 years ago
I'm away from home till middle of next week ..
.. but just looking at the above code, it doesn't make sense. It doesn't call the "networkOffset" method that you say is failing, and it certainly won't compile as provided.
I'm sorry, I meant to say that it's failing when I call "networkTime" and not "networkOffset". Any suggestion? Thanks
After turning your example code into actual Objective-C and constructing an application to host it, I can find no problem; NSDate * nt = nc.networkTime
provides a date in both places you call it. I did have to remove all the Array<int>
uses, of course, because they won't even compile.
This isn't a ios-ntp
problem so I'm closing this issue.
Hello @gavineadie,
Thanks a lot all your support. I'm building my app with MonkeyX and I can see now that it's a MonkeyX related problem.
Regards, Nuno
Interesting .. I didn't know about MonkeyX .. Live and learn !!
Hi, I'm having issues when I call networkOffset method, I get a bad_access error.
Thanks