سؤال

It doesn't appear that RevMob embeds any explicit version information in their SDK (at least as far as 7.2.2 anyhow...).

How can you tell which version is actually installed?

هل كانت مفيدة؟

المحلول

To see the current version, include this line somewhere (like maybe after you setup RevMob)

[[RevMobAds session] printEnvironmentInformation];

And search for SDK Version in the output of the console.

نصائح أخرى

This has now changed to

  [RevMobAds printEnvironmentInformationWithAppID:@“your_app_ID”];
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top