Heap for iOS: the capture-everything approach to mobile analytics
blog.heapanalytics.com
Heap for iOS: the capture-everything approach to mobile analytics
1–10 of 68 posts
Re: Heap for iOS: the capture-everything approach to mobile analytics
#2Re: Heap for iOS: the capture-everything approach to mobile analytics
#3Glad they exist.
Re: Heap for iOS: the capture-everything approach to mobile analytics
#4Re: Heap for iOS: the capture-everything approach to mobile analytics
#5Re: Heap for iOS: the capture-everything approach to mobile analytics
#6Re: Heap for iOS: the capture-everything approach to mobile analytics
#7Re: Heap for iOS: the capture-everything approach to mobile analytics
#8Coincidentally just today I released an open source library on iDevRecipes to do smarter metrics. My approach is to use base classes.
To achieve the no extra code part, is the SDK using swizzling?
Re: Heap for iOS: the capture-everything approach to mobile analytics
#9Do you have any case studies showing what the actual overhead is? I love the idea but would worry about negatively impacting the customer experience.
Network-wise, we batch user activity and by default make a network request every 5-10 seconds. We'll expose a config variable so devs can tune this frequency on a per-app basis.
Re: Heap for iOS: the capture-everything approach to mobile analytics
#10We need more mobile metrics innovation so I welcome this. Coincidentally just today I released an open source library on iDevRecipes to do smarter metrics. My approach is to use base classes. To achieve the no extra code part, is the SDK using swizzling?