Android SDK integration without Activity Callbacks?
Hello Everybody,
a search did not find any results to this question - so I would like to ask the community: Is it possible to to integrate the Android SDK without using the Activity Callbacks (described here: https://support.count.ly/hc/en-us/articles/360037754031-Android#adding-callbacks)? (Use Case: Running an Android Service without an Activity).
Comments
Hi Marc, it should work if you initiate the SDK in the Application class, but we didn't test it, since It's not the default use case.
Two things won't work at all: Automatic Session Control and Automatic View Tracking; Also APM and Crashes won't work properly. Besides that, you might face some other bugs and issues (mostly related to features that require callbacks).
Thank you!
Please sign in to leave a comment.