old-balance-ios
old-balance-ios copied to clipboard
🕶 Private Analytics
I want to track how often people use the product and the rough dollar value of the assets they look at.
Balance will never store identifying information about customers such as:
Their wallet names Their wallet addresses Their specific holdings Any data that could identify them at all
Any thoughts on using an existing service? Or roll your own?
We tried Piwik for Balance Manager. I was wondering if a 3rd party service had good privacy.
So what's what you want? Paid or free? Self hosted or hosted by 3rd party? Good Privacy (which means they don't sell or own your data)? (also probaby if you want good privacy means you'll have to pay or setup own server)
Paid Not sure—asking for help. Curious if App Store Connect Analytics is enough https://developer.apple.com/app-store-connect/analytics/
App Store Connect will only provide information about "app" (installs, visits on the appstore vs installs), users, dailies and other generic metrics. For specifics on what you want... uf doing some research there's not a hole lot... privacy focused only Fathom or Simple Analytics (none provide sdk so more work to make something around). https://count.ly can be paid out hosted or free in house (that's what the first balance had).
Regardless of what you use all analytics code should be wrapped on your own code instead of use sdk directly
Great to know—thanks!