Cross-platform mobile apps are growing fast and we proud to present new SDKs! Go check it and feel free to open pull requests on Github if you have any ideas or improvements.
Both React Native and Flutter are lightweight open-source libraries, high-level wrappers to Apphud native (iOS/Android) SDKs.
Basic initialization looks like this:
await ApphudSdk.start({ apiKey: "your_api_key" });
Basic initialization looks like this:
await AppHud.start(apiKey: "apiKey");
Last year, we released the ability to send any custom user properties on iOS and we believe that’s a useful feature. You can use it to implement some scenarios and better understand users' behavior, like analyzing Firebase A/B test results.
With made a simple and convenient tool to debug in-app purchases. No more headache with command-line, curl, and other stuff like that. Save your time – just grab Base64 encoded receipt data and the app’s shared secret. That’s it! Get JSON-formatted receipt data. And, of course, it’s completely safe – none of your data is being collected.
Long-awaited feature – sort your data in the charts and then download it for further analysis in Excel or any advanced BI tool. All the data are being processed in the background and then sent to your email. We store the link for 48 hours.
You said that the UX of segments in the Charts were not perfect. It was hard to sort out anything when you have to deal with dozens of them. So, now you can simply search by the desired segment name or select items with one click.
Furthermore, we've put total counts (where applicable) into the additional column. By default, you will see top revenue segments first (say, if it’s a Sales chart, and you do segmentation with the Country by IP option).
Both ARPU and ARPPU show how're things going with the app’s economy, so it’s good to have it on the dashboard to keep the hand on the pulse. More dashboard improvements are coming soon.
We have also re-grouped Events charts, and released iOS SDK 1.1 with some improvements. And, yes – we’ve finally rolled out Churned Revenue chart!
Stay tuned and take care! Have a great day!