I Just started a new Titanium Alloy project an followed the instructions from the getting started page. When I do this in my alloy.js:
Alloy.Globals.Kinvey = require('kinvey-titanium-1.3.5');
I get this error:
message = "Adapter must implement method: isTemporaryObjectID";
Any Idea anyone?
Hello Mathijis,
We have fixed this in the most recent version of the library (which came out today)
Thanks,
Thanks a lot Damien, it's working now. I'm looking forward to try out Kinvey!
No worries, please let me know if you need anything else!
Mathijs Baaij
I Just started a new Titanium Alloy project an followed the instructions from the getting started page. When I do this in my alloy.js:
Alloy.Globals.Kinvey = require('kinvey-titanium-1.3.5');
I get this error:
message = "Adapter must implement method: isTemporaryObjectID";
Any Idea anyone?