Hi all,
I am working on Android app which fetching data from Kii. I wonder that is it possible to fetch data from certain bucket which is in Application Scope ? It means that I do not want to log in but fetch data from Application Scope directly.
According to this tutorial , it seems demo code will fetch data from User Scope not Applition Scope (I guess that). I tried "Hello Kii" demo code from Kii project but it require log in before fetching data (in User Scope, I guess).
I also searched in our community but I cannot find related topics (or maybe I miss something for searching).