When i use this code:
BackendlessDataQuery *query = [BackendlessDataQuery query];
BackendlessCollection *collection = [[backendless.persistenceService ofTable:@“Workout”] find:query];
i get dictionaries (NSDictionary) in collection.data array instead of backendless entities (”Workout" in this case). Is it expected behaviour? It looks strange cause old methods (for example, -(BackendlessCollection *)find:(BackendlessDataQuery *)dataQuery fault:(Fault **)fault;) return collection where property “data" contains objects inherited from BackendlessEntity.
It isn’t working. We experienced the same crash with suggested code ([[backendless.persistenceService ofTable:@“UnlockedExercise”] find:query] in our case)
Please give an answer as soon as possible.
Also there was another question that shoud be answered.
Can you kindly give any response here?
This is my message. Plesse, review it ONCE AGAIN.
It isn’t working. We experienced the same crash with suggested code ([[backendless.persistenceService ofTable:@“UnlockedExercise”] find:query] in our case)
Please give an answer as soon as possible.
Hi!
I’m looking forward to the response to my message:
It isn’t working. We experienced the same crash with suggested code ([[backendless.persistenceService ofTable:@“UnlockedExercise”] find:query] in our case)
When you use code:
BackendlessCollection *collection = [[self dataStore] find:query fault:&fault];
you pass parameter ‘query’, please send to us description for ‘query’ in your case.
Also please provide your ApplicationID and we will test your ‘query’ find at your application environment.
The task is in progress, though it’s priority is currently low. We shall notify you as soon as we have any news. For now I can only suggest you to try to investigate the problem by yourself since our iOS SDK in open-source and available on GitHub: https://github.com/Backendless/ios-SDK