Giter Club home page Giter Club logo

sdclouduserdefaults's People

Contributors

augard avatar clafou avatar sdarlington avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sdclouduserdefaults's Issues

If iCloud drive is off for a user what's the behavior?

I am under the impression (maybe flawed) that sdclouduserdefaults stores the key/value in both nsuserdefaults and the key value store in iCloud. As iCloud is updated it updates the local defaults. I think that's what's happening which is great. But what if a user has iCloud turned off for my app? I tested that and I assumed it would just fall back to at least save the data in nsuserdefaults. It seems to work while my app is running, but if I kill my app running in the background and re-launch that new data is gone, doesn't appear to have been saved in the defaults.. maybe it was just saved in memory so once killed it's gone? Is that the expected behavior?
Thanks
Daniel

Carthage support

Looks like there's no Carthage support implemented, but you have that in ReadMe.

Here's carthage output:
Dependency "SDCloudUserDefaults" has no shared framework schemes for any of the platforms: iOS

OSX podspec

Hi..
I guess your class works well for OSX too, so you just should add that in the podspec file.
Please, could you do that ? :)
Thanks!

Feature request: Notification when new data came from iCloud

Hi there,

Thanks for the good library. I have a special case when I need to do some processing when new data came from the iCloud. What do you think about firing new notification here SDCloudUserDefaults.m#L140, like:

[[NSNotificationCenter defaultCenter] postNotificationName:SDCLOUD_NOTIFICATION_KEY_UPDATED
                                                    object:self
                                                  userInfo:@{key:obj}];

I can create a pull request for that if you wish.
Thanks!

Not working under iOS 8

Hi, Thanks for putting time on this project and sharing it.

For me under iOS 7 it's working fine, but it doesn't sync with iCloud on iOS 8. Any idea on how to fix it?

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.