iOS SDK Testing With Simulators

Testing With Simulators

Since the SDK is built to be used on real devices to be able to test the integration one must follow the steps below.

  • Update EmpowerMobileAds pod to EmpowerMobileAds-Simulator. Each version after 4.0.4 has it's own module for simulators.
  • Install the new pod by running pod install --repo-update.
  • Test your implementation on simulators.

Important: Before archiving the project remember to change back to EmpowerMobileAds in your Podfile and reinstall it.