1, how to properly manage all the checks from the project arguments in the project? do we spam isUITest
in project all over the places?
2, how to mock the iOS IAP receipt fresh result from UITest?
As you know the standard way of detecting UITest is through arguments. If we have more status like isSubscribed
, isLoggedIn
, etc that we will pass from arguments, how do we properly manage them, instead of if loops everywhere?