Giter Club home page Giter Club logo

Comments (8)

ArtSabintsev avatar ArtSabintsev commented on June 29, 2024

I think we took care of this over Twitter, so we're all good now.

from zephyr.

vlafiser avatar vlafiser commented on June 29, 2024

It not works, can you take a look on that please?

Thanks!

from zephyr.

ArtSabintsev avatar ArtSabintsev commented on June 29, 2024

It's because Zephyr was built for iOS, not OSX.

from zephyr.

vlafiser avatar vlafiser commented on June 29, 2024

But it's here a way to port it also for OSX? I think that can be really good feature for your awesome library!

from zephyr.

ArtSabintsev avatar ArtSabintsev commented on June 29, 2024

ya, just remove the code that deals with that notification and you should be fine. That code is to perform a re-sync when iOS app comes back from the background.

from zephyr.

aabosh avatar aabosh commented on June 29, 2024

Getting this error and I'm working with iOS, any ideas?

from zephyr.

ArtSabintsev avatar ArtSabintsev commented on June 29, 2024

UIApplicationWillEnterForegroundNotification has been around since iOS 4. Not sure why you'd be getting that error in an iOS app.

from zephyr.

janheiermann avatar janheiermann commented on June 29, 2024

If you use Zephyr in a framework where UIApplication is not available (aka "Allow app extension API only" is checked in your project settings), your can't use any of UIApplication's notification. You then have to move the notification code into your main app and process it from there.

Hope it helps ;-)

from zephyr.

Related Issues (20)

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.