I have an app in Testflight Beta currently which implements a recurring in-app-purchase.
I use react-native-inapp-utils to implement it. The app calls the InAppUtils.loadProducts() function, then in the success callback of that InAppUtils.purchaseProduct().
All of this seems to be working, but the dialogs that iOS presents during the purchase flow is strange.
First of all, the iTunes login prompt is shown TWICE. This is apparently "normal" in Sandbox accounts.
But the thing that I don't understand is the Touch ID prompt that shows up after a successful transaction. I do have Touch ID enabled, but why am I asked to "enable" this after the purchase?
