Viktoras Laukevičius

Results 39 comments of Viktoras Laukevičius
trafficstars

Hey @jogbuwa, if you're still blocked (geez, hopefully you're not) I've released 1.1.0 lib version with Stripe 20.x iOS and Android support. Give it a try, although as I've said...

Hey. You can use static `jsonPreprocessing:` method and merge those fields before persisting the object

Yes, sorry, the method is called `preprocessedJSON:`. PR is already made #93

Hey. It's not quite a valid logic that `currentlive` and `nextlive` might carry either object or empty string. Making it a `nil` as a default value should solve your problem.

Hey @bhattieysa, are you still experiencing this issue?

I tried achieving the same thing, so finally I have made a modification: introduced JSON preprocessing method, in which you can join your values. https://github.com/matthewcheok/Realm-JSON/pull/86 is the pull request for...

Where does Cocoapods show old version?

`JSONOutboundMappingDictionary` method works fine, just make readonly property with all needed preprocessed data and map it. Some time ago I've made a PR for preprocessing of each object separately #63.

I guess the problem is in `class RealmComment: Object`. You should be subclassing `RLMObject`