Hi all!
I though I'd experiment a bit with CloudKit and the new javascript client. This is what I've done:
- Obtained the API key and container identifier
- Set up the correct records as required
However I can't get it to work, here's what I've tried:
- Run it locally
- Run it locally with SSL enabled
- Run it on server
I get is the following error when trying to authenticate:
[Error] Failed to load resource: the server responded with a status of 421 (Bad Request) (current, line 0)
When I run Apples demo (the sample project), it works:
https://developer.apple.com/icloud/index.html
Have anyone got it to work?