Philip
Philip
I think this is related to https://github.com/gitim/react-native-sortable-list/issues/75
I am developing an application that uses English and German as languages and I experience the same issue on iOS 11: Even though the iPhone language is set to German,...
While the selection of the region seems to work, the language is always recognized as English. I get: en-DE for German with region Germany en-CA for French with region Canada...
That did the trick for me, thank you very much!
I saw that the `appAccountToken` was added to the `ProductPurchase` TS interface, which is also used in the `event` sent to the `purchaseUpdatedListener`. However it seems like the `appAccountToken` is...
@quentinnippert I am using StoreKit 2 and the most recent version of `react-native-iap` (12.10.8). `obfuscatedAccountId` on Android works as expected in the `purchaseUpdateListener`. On iOS, I send the following data...
@quentinnippert I think there was a misunderstanding on my side. Somehow I thought StoreKit 2 is used by default, but if I understand it correctly, it has to be activated...