Skip to content

Commit

Permalink
5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag04 committed Mar 29, 2017
1 parent 00130c7 commit c1ba12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-in-app-utils",
"version": "5.2.2",
"version": "5.2.3",
"description": "A react-native wrapper for handling in-app payments.",
"author": {
"name": "Chirag Jain",
Expand Down

2 comments on commit c1ba12c

@kawashimaken
Copy link
Contributor

@kawashimaken kawashimaken commented on c1ba12c Mar 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chirag04
Hi there,
Today, something strange happened, now I can restore all purchase data, but can not purchase, neither can I confirm receipt, the error are, [can not connect to iTunes], if it can not connect to iTunes why it can restore all purchase data? I am not sure if it is related to yesterday's fix. I hope you can give it a look when you have time, Thanks!
The environment is the same, and react native side did not have any change...
Even 3,4 hours ago, it worked fine... really strange.

@machris
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It triggers a SKPaymentTransactionStateFailed just before the Confirmation alert dialog pops up by Apple, without even tapping on the final "Buy" option.

Please sign in to comment.