react-native-async-storage/async-storage

AsyncStorage 2.0.0 Causing Issues on iOS in Production (React Native 0.74.3)

srknalabothu1 opened this issue · 2 comments

What happened?

Issue: AsyncStorage 2.0.0 Causing Issues on iOS in Production (React Native 0.74.3)

Environment
• React Native Version: 0.74.3
• AsyncStorage Version: Updated from 1.7.1 to 2.0.0
• Platform: iOS (Issue occurs only in production)

Description

After updating AsyncStorage from 1.7.1 to 2.0.0, our users are facing issues only on iOS in the production environment. The same issue does not occur in development mode or on Android.

Observed Behavior
• The issue is affecting only iOS users after the update.
• It is happening only in the production environment (works fine in development).
• The exact nature of the issue ( storage read/write failures) , but it seems to be storage-related.

Steps to Reproduce
1. Update AsyncStorage from 1.7.1 to 2.0.0 in a React Native 0.74.3 project.
2. Build the app and release it to production.
3. iOS users report issues with AsyncStorage

Expected Behavior
• AsyncStorage should work consistently across both development and production environments on iOS.
• No data loss or unexpected behavior should occur after the update.

Additional Information
• Are there any known breaking changes from 1.x to 2.x that could impact iOS in production?
• Could this be related to a change in storage handling on iOS in AsyncStorage 2.0.0?
• Any recommended fixes or workarounds?

Would appreciate any guidance or help on this!

Version

react-native-async-storage:2.0.0

What platforms are you seeing this issue on?

  • Android
  • iOS
  • macOS
  • Windows
  • web

System Information

Issue: AsyncStorage 2.0.0 Causing Issues on iOS in Production (React Native 0.74.3)

Environment
	•	React Native Version: 0.74.3
	•	AsyncStorage Version: Updated from 1.7.1 to 2.0.0
	•	Platform: iOS (Issue occurs only in production)

Description

After updating AsyncStorage from 1.7.1 to 2.0.0, our users are facing issues only on iOS in the production environment. The same issue does not occur in development mode or on Android.

Observed Behavior
	•	The issue is affecting only iOS users after the update.
	•	It is happening only in the production environment (works fine in development).
	•	The exact nature of the issue ( storage read/write failures) , but it seems to be storage-related.

Steps to Reproduce
	1.	Update AsyncStorage from 1.7.1 to 2.0.0 in a React Native 0.74.3 project.
	2.	Build the app and release it to production.
	3.	iOS users report issues with AsyncStorage

Expected Behavior
	•	AsyncStorage should work consistently across both development and production environments on iOS.
	•	No data loss or unexpected behavior should occur after the update.

Additional Information
	•	Are there any known breaking changes from 1.x to 2.x that could impact iOS in production?
	•	Could this be related to a change in storage handling on iOS in AsyncStorage 2.0.0?
	•	Any recommended fixes or workarounds?

Would appreciate any guidance or help on this!

Steps to Reproduce

Issue: AsyncStorage 2.0.0 Causing Issues on iOS in Production (React Native 0.74.3)

Environment
• React Native Version: 0.74.3
• AsyncStorage Version: Updated from 1.7.1 to 2.0.0
• Platform: iOS (Issue occurs only in production)

Description

After updating AsyncStorage from 1.7.1 to 2.0.0, our users are facing issues only on iOS in the production environment. The same issue does not occur in development mode or on Android.

Observed Behavior
• The issue is affecting only iOS users after the update.
• It is happening only in the production environment (works fine in development).
• The exact nature of the issue ( storage read/write failures) , but it seems to be storage-related.

Steps to Reproduce
1. Update AsyncStorage from 1.7.1 to 2.0.0 in a React Native 0.74.3 project.
2. Build the app and release it to production.
3. iOS users report issues with AsyncStorage

Expected Behavior
• AsyncStorage should work consistently across both development and production environments on iOS.
• No data loss or unexpected behavior should occur after the update.

Additional Information
• Are there any known breaking changes from 1.x to 2.x that could impact iOS in production?
• Could this be related to a change in storage handling on iOS in AsyncStorage 2.0.0?
• Any recommended fixes or workarounds?

Would appreciate any guidance or help on this!

This issue has been marked as stale due to inactivity. Please respond or otherwise resolve the issue within 7 days or it will be closed.

Same Issue. Still not resolved.