Code Monkey home page Code Monkey logo

Comments (9)

martijnwalraven avatar martijnwalraven commented on June 2, 2024

For queries, you'll want to subscribe to the publications you're interested in and then query the local database (either directly or through Core Data).

For updates (I think that is what you're asking), you can either use boilerplate CRUD or define your own methods. If you define your own methods, you may want to add client-side method stubs to have them participate in latency compensation.

from meteor-ios.

callmeahab avatar callmeahab commented on June 2, 2024

Are there examples of using boilerplate CRUD? I'm still pretty new with swift, and iOS development.

And thanks for the great work.

from meteor-ios.

martijnwalraven avatar martijnwalraven commented on June 2, 2024

If you're using Core Data, that would be what is used under the hood when you save a managed object context. Without it, you'd use the insert/update/remove methods on collection (see https://github.com/martijnwalraven/meteor-ios/wiki/Usage-without-Core-Data).

from meteor-ios.

CaptainN avatar CaptainN commented on June 2, 2024

Can ongoworks:security be used in place of insecure package?

from meteor-ios.

callmeahab avatar callmeahab commented on June 2, 2024

Just to be clear I'm using code from the todos example you provided, so yes I'm using Core Data and working with managed object context. When insecure package is removed on meteor, and i try to delete object from iOS app, object gets removed from Core Data and then downloaded from the server, since server side delete failed.

from meteor-ios.

chrisscholly avatar chrisscholly commented on June 2, 2024

Same issue here.
Has anyone succeeded in creating/updating stuff without insecure ?

from meteor-ios.

holgate avatar holgate commented on June 2, 2024

Same issue here too, with Core Data.
@callmeahab @chrisscholly Did anyone get client-side writes working from this iOS app (without the insecure package)?

from meteor-ios.

callmeahab avatar callmeahab commented on June 2, 2024

@holgate
Not sure i remember accurately, that was 2 years ago, but don't think i got it to work without insecure package. I do remember that for that project i switched to rails backend and used websockets for syncing, something didn't work out with meteor.

from meteor-ios.

holgate avatar holgate commented on June 2, 2024

@callmeahab thanks for weighing in after 2yrs. I'm trying to follow @martijnwalraven suggestions, but think I'll need to see an example of how to use defineStubForMethodWithName:usingBlock: in order to solve it

from meteor-ios.

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.