Why don't all my app installations show in Parse.com for iOS?

泪湿孤枕 提交于 2019-12-12 02:49:58

问题


I have followed the Parse.com tutorial on installing code to track installs and analytics. However, the dashboard does not show all of my app installs.

For example, i know that i have about 700 installs from looking at the iTunes Connect sales data, but only half of those show in Parse.

I've searched Stackoverflow and watched a number of the Parse developer day videos but a reason for this is not mentioned. Any help with this would be amazing.

thanks for your time,


回答1:


There are two reasons why this might be happening:

  1. iTunes connect is tracking all installs, but some of those might be duplicates, meaning a person is downloading the app for a second time to the same device. Parse is not counting new installs on a device that has already been registered.
  2. Some of your downloads happened before you installed Parse analytics and they haven't opened the app since then. People may have downloaded a new version automatically (iOS 7 and 8 do this) but not opened the version with the analytics code - hence they count on iTunes Connect but not on Parse.


来源:https://stackoverflow.com/questions/26201584/why-dont-all-my-app-installations-show-in-parse-com-for-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!