Apple review fail because of getReceiptIOS timeout #1729
Unanswered
nataliaLekh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm trying to implement auto renewable subscription in React Native application ( IOS )
During loading, I want to validate receipt of user, to know if he has access to application or he should proceed to payment page.
For this I'm using getReceiptIOS method from react-native-iap library
Based on documentation:
And everything works fine, when I prepare TestFlight build and do test on my device.
But during Apple review something go wrong and it fail on getReceiptIOS
Based on logs:
`
Be-Victorious facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > ()>)Be-Victorious facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > ()>)Be-Victorious folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral(folly::Range<char const*>)Be-Victorious folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral(folly::Range<char const>)Be-Victorious folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral(folly::Range<char const>)Be-Victorious folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral(folly::Range<char const>*)StoreKit -[SKReceiptRefreshRequest _requestCompletedWithError:]StoreKit ___33-[SKReceiptRefreshRequest _start]_block_invoke_2
Libs:
"react": "^17.0.2"
"react-native": "0.67.2"
"react-native-iap": "8.0.10"
Does anyone else have the same problem with
getReceiptIOS
method ?And what can be the reason of timeout on this call ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions