Tracking mobile analytics between custom keyboard + companion app
Is there a mobile analytics library for iOS that supports using a custom keyboard extension out of the box?
Many of them have considered so far a link [UIApplication sharedApplication]
that is not available in app extensions, or the library has not been updated for use in this context.
It would be great if I could bind a "session" in the companion application using the keyboard. Is there a provider out there that has done this well so far?
* Note - this is purely for data collection to improve app and keyboard usage
+3
source to share