Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RevMob 似乎没有在他们的 SDK 中嵌入任何明确的版本信息(至少就 7.2.2 而言......)。
你怎么知道实际安装了哪个版本?
现在已更改为
[RevMobAds printEnvironmentInformationWithAppID:@“your_app_ID”];
要查看当前版本,请将此行包含在某处(可能在您设置 RevMob 之后)
[[RevMobAds session] printEnvironmentInformation];
并在控制台的输出中搜索SDK 版本。