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
// 友盟在线参数初始化,需在统计初始化之前调用!!! UMRemoteConfig.getInstance().setConfigSettings(new RemoteConfigSettings.Builder().setAutoUpdateModeEnabled(false).build()); UMRemoteConfig.getInstance().setOnNewConfigfecthed(new OnConfigStatusChangedListener() { @Override public void onFetchComplete() { LogUtil.d(TAG, "友盟在线参数onFetchComplete"); UMRemoteConfig.getInstance().activeFetchConfig(); } @Override public void onActiveComplete() { LogUtil.d(TAG, "友盟在线参数onActiveComplete"); } });
The text was updated successfully, but these errors were encountered:
破案了:https://developer.umeng.com/docs/119267/detail/168995
不及时更新的问题,SDK没问题,你们集成代码也没问题,关键在于你们没去友盟控制台,设置,发送策略,设置个90秒就行,因为最快只能间隔90秒,更新在线参数!!!
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: