Is it possible to use several Flurry API keys in the same IOS application

我只是一个虾纸丫 提交于 2019-12-11 06:51:25

问题


I am building an application which has two flavors - branded and not branded (general app store version). I want to get all version analytic data to one account but for the branded applications I also want to allow the customer to have his own analytic account. What I am thinking about is duplicating every Flurry call in the branded apps, so it will also report data to the customer custom account (which will be configured when the branded app will be deployed).

Does someone have any experience with similar setups or a better way to do it?

Thanks!


回答1:


It isn't possible to have multiple Flurry sessions running in the same app. So there is not a way to have the analytic data report to more than one api key.

You can allow 3rd parties limited access to your account. For instance you can allow them to see data for only one project. Have a look at the Admin -> Users section of the Flurry dev portal to set this up.

I would suggest creating a separate api key for each instance of the branded app, and give users access to only that app in Flurry. You will still be able to aggregate the metrics of all these instances using the app grouping features.

If there will be many (ie thousands) of users and projects this may not scale well, but otherwise this is a reasonable approach.



来源:https://stackoverflow.com/questions/44308072/is-it-possible-to-use-several-flurry-api-keys-in-the-same-ios-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!