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

fix: Unrelated Bugs Appearing After Patch Deployment on iOS and Android #2589

Open
ernestjsf opened this issue Oct 29, 2024 · 1 comment
Open
Labels
bug Something isn't working waiting for response Waiting for customer response

Comments

@ernestjsf
Copy link

App ID: f1c72ac1-bdfb-49bd-ab00-85a11d8e5833

Description

After applying patches, unexpected bugs occur in the app, such as:

  • Users getting stuck on the splash screen due to failure in retrieving the auth token.
  • Users being unable to upload images, or the upload process takes at least 10 times longer than normal.

Steps To Reproduce

The issue appears randomly and manifests differently on Android and iOS devices:

  1. Create a Shorebird release.
  2. Make some code changes.
  3. Create the iOS and Android patches.
  4. Deploy the patches.
  5. Test the app and observe bugs that are unrelated to the code changes made.

Expected Behavior

Applying a new patch should not introduce unrelated bugs.

@ernestjsf ernestjsf added the bug Something isn't working label Oct 29, 2024
@bryanoltman
Copy link
Contributor

This is definitely not expected, and we'd love to help. It looks like your app has a lot of releases, only a few of which have been patched. I'm not seeing unpatchable (native or asset) changes in any of them, which is usually the culprit for this sort of thing.

Our first step is always getting a reliable reproduction of the issue. Are there specific releases on which you're seeing this issue?

@bryanoltman bryanoltman added the waiting for response Waiting for customer response label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for response Waiting for customer response
Projects
None yet
Development

No branches or pull requests

2 participants