Finding out when someone purchased your app

Does anyone know how I can find out the date when someone bought my application using MonoTouch in the application?

+3
source share
1 answer

I do not think that you can get information for the application itself - only for in-app purchases (where you receive receipt ).

You can probably get an estimate of the date based on the installation date (for example, file timestamps), but which will not include reinstalling the application (the same device), installing the application on another device ...

, " " ( ).

, ...

+3

All Articles