You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The payment-required pop-up opens from the bottom. We make the payment, then the same pop-up reopens without returning the result of the payment, entering an infinite loop.
We think this issue is related to the new iOS version(17).
We've encountered the same problem with other libraries as well.
Version
v2.7.0
What platforms are you seeing the problem on?
iOS
System info
Usage: react-native [command] [options]Options:
-v Output the current version--verbose Increase logging verbosity-h, --help display help for commandCommands:
init [options] <projectName> Initialize a new React Native project named <projectName> in a directory of the same name.doctor [options] Diagnose and fix common Node.js, iOS, Android & React Native issues.bundle [options] builds the javascript bundle for offline useram-bundle [options] builds javascript as a "Random Access Module" bundle for offline usestart [options] starts the webserverconfig Print CLI configurationclean [options] Cleans your project by removing React Native related caches and modules.info Get relevant version info about OS, toolchain and librariesupgrade [version] Upgrade your app's template files to the specified or latest npm version using `rn-diff-purge` project. Only valid semver versions are allowed.profile-hermes [options] [destinationDir] Pull and convert a Hermes tracing profile to Chrome tracing profile, then store it in the directory <destinationDir> of the local machinelog-ios starts iOS device syslog tailrun-ios [options] builds your app and starts it on iOS simulatorlog-android starts logkittyrun-android [options] builds your app and starts it on a connected Android emulator or devicebuild-android [options] builds your appclean-project-auto fully automated project state clean: like a freshly-cloned, never-started repoclean-project interactive project state clean: choose types of react-native state to cleansetup-ios-permissions Update react-native-permissions podspec to link additional permission handlers.help [command] display help for command
The text was updated successfully, but these errors were encountered:
I just got this issue today on 2.10.1 on iOS simulator 17.5.
Yesterday it was working fine but, when I entered today to notification server url on appstoreconnect.com the loop started. If this make sense, I've added the same url on production and sandbox. Don't know if notification url is the issue here but this is the only change I had since yesterday.
ps. In app settings on adapty dashboard, it's stuck on Waiting Notification hasn't been received yet, using V2 version, Apple In-App Purchase API (StoreKit 2) configured as per docs. (it's been over 1hr since I entered the url in appstoreconnect).
Payment completed with error: Error Domain=ASDErrorDomain Code=907 "(null)"
....
....
....
NSLocalizedFailureReason=Payment sheet dismissed with neither an error nor a result```
Description
The payment-required pop-up opens from the bottom. We make the payment, then the same pop-up reopens without returning the result of the payment, entering an infinite loop.
We think this issue is related to the new iOS version(17).
We've encountered the same problem with other libraries as well.
Version
v2.7.0
What platforms are you seeing the problem on?
iOS
System info
The text was updated successfully, but these errors were encountered: