The documentation found HERE is confusing.
Regarding configuring test cloud for iOS they say the following:
So here are my questions:
- Can I leave the
#if ENABLE_TEST_CLOUDdirective in both my release and dev builds? - If I leave the
#if ENABLE_TEST_CLOUDdirective in my release build, can I submit this to Apple play store and they won't reject it? - It sounds like the
#if ENABLE_TEST_CLOUDdirective automatically works in debug build, correct, I don't have to configure anything else...? - If the above is correct, should I only submit Debug builds to the test cloud? Shouldn't I be testing release builds, not debug? I thought during testing you wanted to test as close as possible to exactly what the user will be running.

As I continued doing research I found the answer HERE
Here is the section for reference: