[SDK41] expo publish not updating ios app (android app is updated)

On bare project, expo publish went fine and expo ph gives :

┌──────────────┬──────────────────────────┐
│ General Info │                          │
├──────────────┼──────────────────────────┤
│ fullName     │ @xxxx/xxxx-app │
└──────────────┴──────────────────────────┘
┌────────────────────────────────────────┬───────────────┬───────────────┬───────────────┬────────────────────────────────────────┬────────────────────────────────────────┐
│ publishedTime                          │ appVersion    │ sdkVersion    │ platform      │ channel                                │ publicationId                          │
├────────────────────────────────────────┼───────────────┼───────────────┼───────────────┼────────────────────────────────────────┼────────────────────────────────────────┤
│ Tue Sep 07 2021 14:28:51 GMT+0200      │ 0.41.19       │ 41.0.0        │ ios           │ production-v2                          │ d16d50e5-a0b4-4e43-9ddb-3f39cdfd2253   │
├────────────────────────────────────────┼───────────────┼───────────────┼───────────────┼────────────────────────────────────────┼────────────────────────────────────────┤
│ Tue Sep 07 2021 14:28:51 GMT+0200      │ 0.41.19       │ 41.0.0        │ android       │ production-v2                          │ e5246289-626e-4aa3-a645-ef31755a2542   │
├────────────────────────────────────────┼───────────────┼───────────────┼───────────────┼────────────────────────────────────────┼────────────────────────────────────────┤

But the ios app does not update (android app is updated and display 0.41.19a), it stays at previous version (0.41.18a), displayed on login screen, even after multiple reloads.

Verifying Supporting/Expo.plist : EXUpdatesCheckOnLaunch is set to ‘ALWAYS’ and ExUpdatesEnabled is 1

local build with expo run:ios shows the correct version (0.41.19a)

expo diagnostics

  Expo CLI 4.11.0 environment info:
    System:
      OS: macOS 11.5.2
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 12.22.6 - /usr/local/bin/node
      Yarn: 1.22.5 - /usr/local/bin/yarn
      npm: 6.14.15 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.2 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
      Android SDK:
        API Levels: 23, 25, 26, 27, 28, 29, 30
        Build Tools: 28.0.3, 29.0.2, 30.0.2, 31.0.0
        System Images: android-25 | Google Play Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google Play Intel x86 Atom, android-28 | Google Play Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom
    IDEs:
      Android Studio: 4.1 AI-201.8743.12.41.7042882
      Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^41.0.1 => 41.0.1
      react: 16.13.1 => 16.13.1
      react-dom: 16.13.1 => 16.13.1
      react-native: ~0.63.4 => 0.63.4
      react-native-web: ^0.16.3 => 0.16.5
    npmGlobalPackages:
      expo-cli: 4.10.1
    Expo Workflow: bare

Did someone make a publish recently on a deployed app on AppStore and successfully updated the expo code ?
Is there a way to check that the app has updates enabled and checkOnLaunch set at always ?
The only solution is to submit a new app on AppStore ? (it’s working fine on Android, expo updated the code as expected without the need to submit on PlayStore)

Come on ! Nobody made a publish recently on a deployed app on AppStore ???

hi, can u print _project_/ios/ProjectName/Supporting/Expo.plist pls? i think problem with EXUpdatesReleaseChannel

I also thought that that but I’ve already checked as I wrote above → I was rather thinking how can I verify within the bundled app ? maybe it was published with NEVER and committed later in my git with ALWAYS