We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Umeng.Analytics.config({ appkey: 'your_app_key', channel: 'your_channel' }, function () { alert("友盟API初始化成功"); }, function (reason) { alert("友盟API初始化失败"); });
这里的初始化只有一个平台,iOS和Android都配置的话怎么整呢?
有个demo最好了
The text was updated successfully, but these errors were encountered:
应该判断当前是什么平台,然后传进去不同的key吧
Sorry, something went wrong.
我是这样实现的,应该是ok的
No branches or pull requests
这里的初始化只有一个平台,iOS和Android都配置的话怎么整呢?
有个demo最好了
The text was updated successfully, but these errors were encountered: