ObjectiveDDP icon indicating copy to clipboard operation
ObjectiveDDP copied to clipboard

Making it easy for your Objective-C apps to communicate with your Meteor.js apps since 2013.

Results 19 ObjectiveDDP issues
Sort by recently updated
recently updated
newest added

Hello everyone. After restarting application userId sets nil. I want to save Auth State till the log out. How i can do that? How i can check that i logged...

hi, i am currently working on a project in which i need to build iOS app. its web application is already developed and i am using your ObjectiveDDP in my...

Hello, Added 'ObjectiveDDP' to .pod file and perform pod update operation. Everytime when I perform this operation, I get following error - ``` duplicate symbol _MeteorClientError in: /Users/Vikas/Library/Developer/Xcode/DerivedData/M3-dwamgnjvcgzvpyccbqjilachpszn/Build/Products/Debug-iphonesimulator/libObjectiveDDP.a(MeteorClient.o) /Users/Vikas/Library/Developer/Xcode/DerivedData/M3-dwamgnjvcgzvpyccbqjilachpszn/Build/Products/Debug-iphonesimulator/libObjectiveDDP.a(MeteorClient+Parsing.o) ld:...

First thanks for the great library. After some digging in the code I have a question regarding thread safety. I am new to iOS so I may be mistaken here....

Hi all, I tried to implement Google Sign In on my mobile client side, and then used the accessToken I got to log in my meteor server with `logonWithOAuthAccessToken`. However,...

Hi, I am new to Pods so do not know if this really an issue. But my podfile with this code does not work. ``` # Uncomment this line to...

Hi, when running 'carthage update' command it emits output: "Dependency ObjectiveDDP has no shared framework schemes". Cartfile contains single line: github "boundsj/ObjectiveDDP"

Currently, the subscription id is stored in _subscriptions, keyed by the subscriptionName. However, there could be multiple simultaneous subscriptions to the same subscription name, with different parameters. With the current...

Hi, I was thinking it would be nice to remove the in-memory collection storage and replace it will a protocol so it can easily be replaced with CoreData, SQLite, Plist,...