RevMob for IOS fails Apple’s validation tool, likely due to the SDK (latest version 5.7) still referencing the banned API call for UUID, uniqueIdentifier. Do you guys actually test your API even once?
strings ./Classes/RevMobAds.framework/RevMobAds | grep uniqueIdentifier
uniqueIdentifier
uniqueIdentifier
Please note this makes RevMob unusable and even worse, requires that it be stripped from apps in order to pass App review. This was a huge PITA to figure out. Please fix ASAP.