Git Product home page Git Product logo

phonegap-icloudkv-plugin's People

Contributors

alexportnoy avatar klickagent avatar pierrickrouxel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

phonegap-icloudkv-plugin's Issues

Sync images and audio files?

Just came across this plugin and it looks great! I'm totally going to use it for a future project where I just store text but is it possible to sync user created audio and images?

Thanks.

iCloudKV Cordova 3.7.0 with Telerik AppBuilder

Having trouble attempting to use this plugin. Cannot rule out my stupidity :) Essentially we have an existing application in the App Store using Xamarin. We have redone the same application in Telerik AppBuilder and need to read an iCloud variable about their subscription that we set using the Xamarin version. After the DeviceReady fires, I have the following code executed:

        if (window.navigator.simulator !== true) {
            iCloudKV.sync(function(value) {
                alert("sync: " + JSON.stringify(value));
            }, function(value){
                alert("sync failure: " + value);
            });
            iCloudKV.save("testfree","boo",function (value) {
                alert("save: " + value);
            });
        }

The value is never set, and I also get a 'synchronise failed' when running the sync. When I change it from Cordova 3.7.0 to 3.5.0 to the save returns an 'OK' instead of a null value, but sync still says 'synchronise failed'. Sometimes it doesn't fail during the sync, but the value is {}

Any help would be much appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.