自定义 UserAgent

容器提供添加自定义 userAgent 的接口,可设置当前应用所有 H5 页面的 UserAgent。

image

您可以在 DTFrameworkInterface- (void)application:(UIApplication )application afterDidFinishLaunchingWithOptions:(NSDictionary )launchOptions 中调用。

image

代码示例

[MPNebulaAdapterInterfaceshareInstance].nebulaUserAgent = @"mPaaS/Portal";