Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Splash screen cache on update version from AppStore/TestFlight #28732

Closed
suraneti opened this issue Apr 23, 2020 · 8 comments
Closed

[iOS] Splash screen cache on update version from AppStore/TestFlight #28732

suraneti opened this issue Apr 23, 2020 · 8 comments
Labels
Needs: Triage 🔍 Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@suraneti
Copy link

Description

Splash screen cache from the previous version and I've to delete and reinstall the application.

React Native version:

  React Native Environment Info:
    System:
      OS: macOS 10.15.4
      CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
      Memory: 537.39 MB / 16.00 GB
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 13.13.0 - /usr/local/bin/node
      npm: 6.14.4 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 13.4, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
      Android SDK:
        API Levels: 23, 24, 25, 26, 27, 28
        Build Tools: 23.0.1, 26.0.1, 26.0.2, 27.0.3, 28.0.2, 28.0.3
        System Images: android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom_64
    IDEs:
      Android Studio: 3.5 AI-191.8026.42.35.5900203
      Xcode: 11.4.1/11E503a - /usr/bin/xcodebuild
    npmPackages:
      react: 16.8.3 => 16.8.3 
      react-native: ^0.59.9 => 0.59.10 

Steps To Reproduce

  1. Archive application.
  2. Upload to appstoreconnect.
  3. Update application on a device.

Expected Results

The splash screen should change to a new version.

@Frans-L
Copy link

Frans-L commented May 16, 2020

Same problem. @suraneti Have you find any workaround yet?

There has been some tricks to this problem. Such as http://arsenkin.com/launch_screen_image_cache.html but they are not working for iOS 13.

@suraneti
Copy link
Author

@Frans-L the solution that I did in Xcode.

  1. Clean project (Product -> Clean).
  2. Delete any folders in the DerivedData folder.
  3. Try to move something in the Storyboard file and save.
    (this will update version of Storyboard file when you move something each time, so I just move a logo to somewhere and move back).

If those step doesn't work try to create Image set in Images.xcassets and then import in Storyboard instead of an image file path.

@Frans-L
Copy link

Frans-L commented May 19, 2020

@suraneti
Thanks for the help!. Unfortunately, steps 1-3 didn't work for me. The launch screen is updated still only after a user has deleted and redownloaded the app.
I have also tried to rename launch screen images / image sets, haven't helped either.

What do you mean ".... then import in Storyboard instead of an image file path"?

@suraneti
Copy link
Author

@Frans-L I mean use image sets instead of an image file path, but you already try.

Could you try this solution.

@Frans-L
Copy link

Frans-L commented May 29, 2020

@suraneti Yeah, I tried. I still haven't found any solution :/

@stale
Copy link

stale bot commented Aug 29, 2020

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 29, 2020
@stale
Copy link

stale bot commented Sep 5, 2020

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Sep 5, 2020
@rendomnet
Copy link

same here

@facebook facebook locked as resolved and limited conversation to collaborators Oct 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: Triage 🔍 Platform: iOS iOS applications. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

4 participants