Switching Game IDs makes it work?

Hi, I’m currently working on my app and have an android ID and an iOS ID. When I set the android ID from the dashboard to the _androidGameId in this script Initializing the SDK in Unity I get this error:

Error loading Ad Unit Rewarded_Android: INVALID_ARGUMENT - Placement Rewarded_Android does not exist for gameId: (the dashboard game ID)

But when I switch the too game IDs, so I set the android dashboard ID to the _iOSGameId in my script it all of the sudden works. Is this supposed to happen? Will this break if I launch my game?

Hi,

May you provide your game id and scripts for your project? I can help check for you.

I found the problem. It had to do with the fact that I’m using a simulator in Unity.
https://docs.unity3d.com/Packages/com.unity.device-simulator@3.0/manual/index.html

So it was loading the IOS ID (because I set the simulator device to an iPhone X) but it couldn’t load because I was in the Unity android editor.

Anyway, thanks for your help!