I am using the default creation of anon users whenever my application starts.
Once a user does an action on the phone I would like to create a Layer, Place, Trigger and subscribe other users for that layer in order for them to get notifications. I am using the Android SDK so after binding the service I take the LQSession and run the creation and subscription requests with it.
As far as I understand and see on the debugger I am creating them using the user's key but I actually need to create them using the application key ( I even get an access denied when subscribing the users to the created layer). How do I create them with the application key using the SDK and am I doing anything wrong ??