I'm creating an SDK that will be included on several apps which I don't have control of. My clients will download the SDK and include on their own Android apps.
The scenario:
- I'd like to add MINT to my library project, but I don't want MINT to collect data from my clients' apps
- Also, I don't want their crash logs to appear on my dashboard, only my crashes
- Their apps will have different applicationIds (as expected), but I want the data recorded by MINT to appear consolidated on my dashboard
Is that possible? Is MINT able to gather and collect data from different applicationIds and consolidate them?
If I disable crash monitoring and network monitoring (and make the logs manually), will MINT be able to aggregate the data?
If you add MINT to your library project and the MINT SDK is always initialized with the same app key (regardless of the app into which it is placed) library crashes across multiple apps will be reported to the single app key. Crashes will be consolidated on your dashboard.
If a client also integrates MINT SDK into their project - only the first MINT initialized will report. Only one instance of MINT SDK per app is supported.
If you add MINT to your library project and the MINT SDK is always initialized with the same app key (regardless of the app into which it is placed) library crashes across multiple apps will be reported to the single app key. Crashes will be consolidated on your dashboard.
If a client also integrates MINT SDK into their project - only the first MINT initialized will report. Only one instance of MINT SDK per app is supported.
Thanks for the info! The fact that only one instance of MINT SDK can run per app is a deal breaker to me.