Quickblox QBLGeoDataGetRequest: currentPosition is always "200.000000;200.000000" -


i'm trying check-ins near point on map:

qblgeodatagetrequest *getrequest = [qblgeodatagetrequest request]; getrequest.currentposition = cllocationcoordinate2dmake(10.0, 10.0); getrequest.radius = 100; [qblocation geodatawithrequest:getrequest delegate:self]; 

but strangely code transforms following request:

get http://api.quickblox.com/geodata/find.xml headers:{     "qb-sdk" = "ios 1.5.2";     "qb-token" = xxxxxxxxxxxxxxxxxxxxxxx;     "quickblox-rest-api-version" = "0.1.1"; } parameters:{     "current_position" = "200.000000;200.000000";     radius = 100; } 

"current_position" "200.000000;200.000000", whatever change getrequest.currentposition to. why? , how fix this?

p.s. there's no code cause side effects, authorize , perform qblgeodatagetrequest.

just try updated quickblox ios sdk 1.7 http://quickblox.com/developers/ios#download_ios_sdk

this feature works ok in last version


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -