We are experiencing an issue where our app gets stuck during launch. The splash screen appears for some time, and then the app either becomes unresponsive or closes unexpectedly. However, there are no crash logs captured in Xcode or Firebase Crashlytics, indicating that the app is not crashing but rather being terminated. This issue is preventing affected users from properly launching the app.
Additionally, some users have reported occasional lag and slow performance when using the app. The issue occurs only for a specific subset of users and appears to be related to other Electronic Logging Device (ELD) apps running in the background. When these apps are active, our app struggles to launch and sometimes becomes unresponsive.
We suspect that this behavior could be related to system resource allocation, such as high memory consumption by background apps, which might be affecting our app's ability to launch correctly. However, we have been unable to reproduce the issue on our end despite multiple attempts.
Actions Performed During App Launch:
Firebase configuration
API requests, including:
Fetching account details
Registering the FCM token with the server
Asynchronous background requests to fetch POI details
Creating a local database and storing POI data in local storage
We would like guidance from Apple regarding potential causes and debugging strategies, especially in scenarios where the app does not produce crash logs but still fails to launch properly. Any insights into memory management, conflicts with background applications, or system resource constraints would be highly appreciated.
Steps to Reproduce:
Install and launch the app on an affected device.
Observe that the app gets stuck on the launch screen.
After some time, the app terminates unexpectedly.
Issue is inconsistent and occurs only for certain users.
Presence of other ELD apps running in the background appears to influence the issue.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am trying ObjectCaptureSession in my Xcode 14.2 and i am getting error like "Cannot find 'ObjectCaptureSession' in scope". So my question is this object capture session is support in Xcode 14.2?
Description:
I am working on one react native project and using a “react-native-date-picker“ library(https://github.com/henninghall/react-native-date-picker) for the Date Time picker selection purpose. The library is providing two properties to enforce the date-time picker is24hourSource and locale. As the library suggests if I set is24hourSource="locale" and locale="en_GB" then the Date time picker will use the 24-hour format.
**Problem: **
Till iOS 16.4 the above configuration works well but from 16.5 it’s breaking and overriding the device settings. I have also open an issue in Library’s GitHub page(https://github.com/henninghall/react-native-date-picker/issues/665).
Can anyone please help me out on this?
project configuration:
react: 18.2.0
react-native: 0.71.4,
react-native-date-picker: 4.2.13