I have read here and here that, in Worlkight, JSONStore is available only for Hybrid applications.
Is it then correct to say that we can't use JSONStore in Native application for iOS? Are there any alternatives for it? What I guess is that we can use Core Data instead.
Correct. JSONStore does not yet support the native iOS and Android environments.
Quote:
See the comparison table in this link: JSONStore features comparison.
You have some alternatives, but they are not as complete...
Core Data does also sound like a (native) alternative.