History log of /expo/ios/Tests/AppLoader/EXAppLoaderConfigurationTestsProdService.m (Results 1 – 4 of 4)
Revision Date Author Comments
# b8addc5d 11-Sep-2023 Will Schurman <[email protected]>

[ios] Remove dead code (#24316)


# 7c3ed0c0 14-Dec-2022 Douglas Lowder <[email protected]>

[Expo Go][iOS] No remote home app loads in release builds (#20416)

# Why

Per ENG-7047, we need to disable remote loading of home app, and
checking for home app updates, for release builds.
Upda

[Expo Go][iOS] No remote home app loads in release builds (#20416)

# Why

Per ENG-7047, we need to disable remote loading of home app, and
checking for home app updates, for release builds.
Updates and loading from the packager will still work in debug builds.

# How

Add `#ifdef DEBUG` in several places in
`Exponent/Kernel/AppLoader/EXAppLoader.m`

# Test Plan

- CI should pass
- Test Expo Go builds locally and verify that updates are not loaded,
and that nothing else is broken

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# d38547b6 06-Jan-2022 Quinlan Jung <[email protected]>

switch cloudfront domain to classic-assets.eascdn.net (#15781)

* switch cloudfront domain to classic-assets.eascdn.net

* build expo asset

* fix lint

* changelog


# 3d95647e 22-Jun-2018 Ben Roth <[email protected]>

Build out AppLoader request expectation, add more e2e AppLoader request tests, clean up other AppLoader tests

fbshipit-source-id: 0620f2c