As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Sagar,
It appears that you are getting the data successfully from the backend but the calls are failing at SDK level.
Which Android SDK version are you using? Can you download the latest SDK version and test it for me?
Regards,
Wani
Sagar Patel
I am unable to retrieve a single entity as per the example the Storage Guide:
Entity:
of course I am calling this procedure after successful Login, not that it should make a difference, but the from inside an onclick event of a button although same results are achieved weather it is called from inside a button on click or not:
Back-End looks like:
the error I get in the catlog looks reads:
all datatypes are as you can see are of String, except "_kmd" and "_alc" which are objects from Kinvey (which I presume are fine as they are given in the examples). as these are documented as being optional, I have also tried without, with no success.
same occurs when fetching all using the "get()" command, which the KinveyListCallBack
P.S there is no business logic / hooks in place what so ever.