We have published an app on the app store which is based on react native. Users were able to log in on ios 13 and the below version. But after updating to ios 14 few users are not able to log in.
Users are not able to login after updating ios version to 14+
What exact error do you get ? Crash ?
Should check this:
Do you have any non-ASCII characters in your App name? There's this new issue appearing in iOS 14 app, where asking permissions on iOS 14 app which has any non-ASCII characters crashes the app.
See:
https://stackoverflow.com/questions/63938854/react-native-ios-14-only-attempt-to-insert-nil-object-from-objects0-29970
You should also ask directly to React Native.
Should check this:
Do you have any non-ASCII characters in your App name? There's this new issue appearing in iOS 14 app, where asking permissions on iOS 14 app which has any non-ASCII characters crashes the app.
See:
https://stackoverflow.com/questions/63938854/react-native-ios-14-only-attempt-to-insert-nil-object-from-objects0-29970
You should also ask directly to React Native.
Thank you for the response.
we published a new version on 2nd March. We did not get any app crash or Xcode issue and tested the app on ios 14.4 but we had not to face any issue.
Users are getting the error "Could not connect to server".
The users are from Bermuda and the developing team from India. We even log in using VPN but no errors found.
is there any configuration that needs to change on the server?
we published a new version on 2nd March. We did not get any app crash or Xcode issue and tested the app on ios 14.4 but we had not to face any issue.
Users are getting the error "Could not connect to server".
The users are from Bermuda and the developing team from India. We even log in using VPN but no errors found.
is there any configuration that needs to change on the server?
I would really contact React native support. That may be a VPN issue, only them can investigate.