Hi; I'm messing with the new CloudKit Web Service, and the fetch zones web service it's giving an auth required...
I'm trying to query the public database, so what is I missing here?
Hi; I'm messing with the new CloudKit Web Service, and the fetch zones web service it's giving an auth required...
I'm trying to query the public database, so what is I missing here?
I have been able to get the autorization as ckSession, however anytime I ask for any info using the ckTOKENApi, and ckSession parameters, I am getting Not Authorized. Are web services working for you? Like getting your user/current ???
Yes it's working. You can see my implementation at https://github.com/jaumecornado/DroidNubeKit Some commits are missing (the current user one...) but tomorrow will push it.
Hi, @jaume,
Just came accross your reply on this topic. I am working on a server side project and intend to save the ckSession value for later use. Any idea how long can this ckSession last?