I'm integrating AdMob rewarded interstitial ads into my live iOS app using CocoaPods and package dependency management. The ads are working fine when I use the bundle identifier com.CreativeCub.ProgrammingHu, but when I use the correct identifier com.CreativeCub.ProgrammingHub, the ads stop working.
Here’s what I’ve tried:
- Verified that the bundle identifier matches across Xcode and AdMob.
- Double-checked the App ID and Ad Unit ID in the AdMob dashboard for com.CreativeCub.ProgrammingHub.
- Reinstalled the AdMob SDK using CocoaPods.
- Attempted to integrate AdMob using Swift Package Manager.
- Created a test project to rule out potential issues with my existing project.
- Despite these steps, ads only work when I use the shortened bundle identifier (com.CreativeCub.ProgrammingHu), which is not the correct one.
- Contacted Google admob support for the same but did not worked
- Tried running in different MacBook system