Skip to content
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

Open
miguelgazela opened this issue Apr 14, 2016 · 6 comments
Open

Hockey App provider for OS X app #261

miguelgazela opened this issue Apr 14, 2016 · 6 comments

Comments

@miguelgazela
Copy link

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

@orta
Copy link
Owner

orta commented Apr 14, 2016

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 AR_HOCKEYAPPOSX_EXISTS in those function you can make it create the mac provider too, looks like an oversight

@miguelgazela
Copy link
Author

Yap, that fixed the issue, current providers shows a HockeyAppOSXProvider. However, now when I use

[ARAnalytics event:@"something"]

I don't see anything happening. Where should I be able to access the log for my events?

@orta
Copy link
Owner

orta commented Apr 14, 2016

https://github.com/orta/ARAnalytics/blob/master/Providers/HockeyAppOSXProvider.m#L69 depends on this logging stuff really, Hockey does do events per say.

@miguelgazela
Copy link
Author

Yeah, it's not being considered compatible, so it's not really doing anything. How can that be? I installed the HockeyAppOSX using Cocoapods

pod 'ARAnalytics', :subspecs => ['HockeyAppOSX']

@orta
Copy link
Owner

orta commented Apr 14, 2016

I'm not sure, you'll have to do some research

@miguelgazela
Copy link
Author

Ok, thanks anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants