ios - Flurry - Identifies more new users than downloads -


i have app requires login. launched 10 days ago.

the problem is: itunes connect says have 40 downloads in total, , @ same time flurry identifies 70+ new users.

this how have setup flurry in appdelegate:

func application(application: uiapplication, didfinishlaunchingwithoptions launchoptions: [nsobject: anyobject]?) -> bool {      flurry.startsession("xxxxxxxx")      if let useremail = email{         // user logged our login         println("user logged via ff.")         flurry.setuserid(useremail string)     }else if let userid = id{         // user logged facebook         println("user logged facebook.")         flurry.setuserid(userid string)     }else{         // user not logged     }  } 

this type of discrepancy caused users multiple devices.

flurry counts user's device id (idfa), itunes counts multiple downloads same user 1 download.

so points user's iphone , ipad or have upgraded device. please make using recent sdk v6.3


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -