flurry / flurry-ios-sdk

Flurry iOS SDK CocoaPods
Apache License 2.0
155 stars 65 forks source link

Support for Flurry Analytics in app extensions #150

Open alekplay opened 6 years ago

alekplay commented 6 years ago

Right now Flurry is supported on iOS, tvOS, and watchOS. Unfortunately due to its dependence on the App Delegate, there is no support for iOS application extensions (such as keyboard, today, etc.). This would be nice for the apps that uses such extensions frequently.

Currently I locally store any extension related actions in the User Defaults and sync these to Flurry upon launch, but it is cumbersome and makes it hard to act on the data. Official support for App Extensions would be great.

flurrydev commented 5 years ago

@alekplay , we re planning to add support for extensions early next year. We are completing the overhaul of our SDK which will allow for easier extension support. Stay tuned for more info on the topic...

1337domz commented 4 years ago

This never materialised?