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

Support for user-agent string from AFNetworking library (iOS) #5025

Closed
estemendoza opened this issue Apr 21, 2014 · 2 comments
Closed

Support for user-agent string from AFNetworking library (iOS) #5025

estemendoza opened this issue Apr 21, 2014 · 2 comments

Comments

@estemendoza
Copy link

AFNetworking it's a great library to handle all the connectivity of an app when developing on iOS.

When using this library, it changes the user-agent to the following format:

<APP_NAME>/<APP_VERSION> (iPhone; iOS 7.1; Scale/2.00)

It would be good that Piwik could support this format because a lot of developers are using this lib.

NOTE: I noted this when importing nginx logs with import_logs.php

@estemendoza
Copy link
Author

Other thing to notice is that when implementing this feature, the APP_NAME should be treated as a new browser. I'm saying this because I saw that there's a database of user-agents strings and I think that this would be impossible to maintain due to there's thousands of apps on the AppStore and all they can be a possible "new browser".

@sgiehl
Copy link
Member

sgiehl commented May 2, 2014

that will be fixed with 4113164
implementation in piwik might follow

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

No branches or pull requests

2 participants