Arron Gill

Results 7 comments of Arron Gill

Same issue but for iOS: ``` @@ in-app-updates: Received response from app store: {"updateIsAvailable":false} @@ in-app-updates: Failed to fetch a store version ```

Same here. Also noticed if a string env value has a # in it (in my case it was the last char), it is ignored when being used.

> i'm running into the issue still with detox 20.19.1 when using xcode 15.2.0 RN 0.70.13 in circleci. Adding this before the yarn detox call worked for me: `NODE_OPTIONS='--dns-result-order=ipv4first'`. **Context:**...

We saw the same issue and the fix in this PR resolved it. Nice one!