[:point_down: SEE COMMENTS BELOW TO UNDERSTAND STATUS / GET YOUR APP APPROVED 馃憞]
Hi,
i've been experiencing this error from iOS 14.
I'm using @invertase/react-native-apple-authentication@1.1.2 as i don't need Apple Signin for Android.
Although, in past AppleStore reviewers rejects my app randomly, probably depending on who tests the app, this time there's no way to make it accepts.
const appleAuthRequestResponse = await appleAuth.performRequest({ requestedOperation: AppleAuthRequestOperation.LOGIN, requestedScopes: [AppleAuthRequestScope.EMAIL, AppleAuthRequestScope.FULL_NAME], });
It's a pity, this package works perfectly for real devices!
Could you suggest me, what to do? It's a problem experienced only in my case or not only?
My React Native info
System:
OS: macOS 10.15.6
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Memory: 671.25 MB / 16.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.13.1 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.3 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 14.0, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0
Android SDK:
API Levels: 23, 25, 26, 27, 28, 29
Build Tools: 28.0.3, 29.0.0, 29.0.2, 29.0.3
System Images: android-19 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6626763
Xcode: 12.0/12A7209 - /usr/bin/xcodebuild
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.5 => 0.61.5
npmGlobalPackages:
create-react-native-module: 0.16.0
react-native-cli: 2.0.1
[:point_down: SEE COMMENTS BELOW TO UNDERSTAND STATUS / GET YOUR APP APPROVED 馃憞]
Hi,
i've been experiencing this error from iOS 14.
I'm using @invertase/react-native-apple-authentication@1.1.2 as i don't need Apple Signin for Android.
Although, in past AppleStore reviewers rejects my app randomly, probably depending on who tests the app, this time there's no way to make it accepts.
const appleAuthRequestResponse = await appleAuth.performRequest({ requestedOperation: AppleAuthRequestOperation.LOGIN, requestedScopes: [AppleAuthRequestScope.EMAIL, AppleAuthRequestScope.FULL_NAME], });It's a pity, this package works perfectly for real devices!
Could you suggest me, what to do? It's a problem experienced only in my case or not only?
My React Native info