-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hockey App provider for OS X app #261
Comments
Looks like these: https://github.com/orta/ARAnalytics/blob/master/ARAnalytics.m#L380-L393 only take Hockey iOS into account, if you add checks for |
Yap, that fixed the issue, current providers shows a HockeyAppOSXProvider. However, now when I use
I don't see anything happening. Where should I be able to access the log for my events? |
https://github.com/orta/ARAnalytics/blob/master/Providers/HockeyAppOSXProvider.m#L69 depends on this logging stuff really, Hockey does do events per say. |
Yeah, it's not being considered compatible, so it's not really doing anything. How can that be? I installed the HockeyAppOSX using Cocoapods
|
I'm not sure, you'll have to do some research |
Ok, thanks anyway! |
I'm trying to use ARAnalytics in a OS X application with the Hockey App provider. I've successfully installed them with Cocopods, but after configuring it with
[ARAnalytics setupWithAnalytics: @{ ARHockeyAppBetaID : @"appKeyHere", }];
if I log the current list of providers it's empty. It didn't add the provider.
Any idea of what is going on here?
Thanks in advance
The text was updated successfully, but these errors were encountered: