cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

Analytics for iOS SDK - Invalid Content #40

Closed nkrao09 closed 11 years ago

nkrao09 commented 11 years ago

Hi,

I have posted the client data to server and i got the response too " {"flag":1,"msg":"ok"} ".

But If i run the server url with appended url

i.e., for example " http://demo.servername.com/razor/web/index.php?/ums/postClientData ", then it displaying

" {"flag":-2,"msg":"Invalid key."} "

and i haven't seen any changes on server " http://demo.servername.com/razor/web/index.php ".

So, what is the process to get the analytics in iOS, any customisation needed in SDK, please help.

Thanks.

zxial commented 11 years ago

hi, nkrao09

i think you could get answers in the iOS developer guide here. http://dev.cobub.com/docs/cobub-razor/ios-developer-guide/

for the error returned from the server it was caused that you didnt post "KEY" to the server.