capacitor-community / admob

Community plugin for using Google AdMob
MIT License
221 stars 69 forks source link

Issues with Apple Store #181

Closed BrunoUY closed 2 years ago

BrunoUY commented 2 years ago

Hi, I'm having an issue with apple, it's rejecting my app due to "test ads"

image

I have removed all references to test ads on the plugin as isTesting: false, initializeForTesting: false,

When I open the app in xcode and run one of the simulator, the ads appears as TEST ADS, but if I install it on my phone, it runs as normal without TEST ADS.

I'm assuming that the apple review team use simulators and that's why they see TEST ADS.

There is any way to remove the TEST ADS in the simulators? does the API from admob contemplate this issue?

maybe someone has came across this issue when submitting their apps to apple and can give me some tips about it.

thank you.

BrunoUY commented 2 years ago

Hi

No one with this issue when submitting to the apple store?

distante commented 2 years ago

I never heard of this. Maybe are you using the admob test ids?

Do you get real ads when you deploy to device or emulators?

BrunoUY commented 2 years ago

Hi, In my phone I get real ads, but in the xcode simulator I always get test ads. The ads are not test ads.

I think the iphone reviewer is using the simulator.

On Tue, Aug 16, 2022 at 1:04 PM Saninn Salas Diaz @.***> wrote:

I never heard of this. Maybe are you using the admob test ids?

Do you get real ads when you deploy to device or emulators?

— Reply to this email directly, view it on GitHub https://github.com/capacitor-community/admob/issues/181#issuecomment-1216842716, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAA2DHDX5IRR47LJHN2WATVZO3YJANCNFSM56MS3TTA . You are receiving this because you authored the thread.Message ID: @.***>

distante commented 2 years ago

Did you tried asking that? Maybe he reviewer is just new.

El mar, 16 de ago. de 2022 19:57, Bruno @.***> escribió:

Hi, In my phone I get real ads, but in the xcode simulator I always get test ads. The ads are not test ads.

I think the iphone reviewer is using the simulator.

On Tue, Aug 16, 2022 at 1:04 PM Saninn Salas Diaz @.***> wrote:

I never heard of this. Maybe are you using the admob test ids?

Do you get real ads when you deploy to device or emulators?

— Reply to this email directly, view it on GitHub < https://github.com/capacitor-community/admob/issues/181#issuecomment-1216842716 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ABAA2DHDX5IRR47LJHN2WATVZO3YJANCNFSM56MS3TTA

. You are receiving this because you authored the thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/capacitor-community/admob/issues/181#issuecomment-1216967770, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ4MGOW2TFC6IMLHZKG4BDVZPJAZANCNFSM56MS3TTA . You are receiving this because you commented.Message ID: @.***>

BrunoUY commented 2 years ago

I will I have found this info

https://developers.google.com/admob/ios/test-ads#enable_test_devices imagen

If If get a valid response, I commented here in case someone have a similar issue in the future.

thank you.

BrunoUY commented 2 years ago

It was an Apple thing, they were using the simulator as you suggest.

thank you (y)