expo-iap 2.3.5-rc.2 → 2.3.5-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/ExpoIapModule.swift +2 -1
- package/package.json +1 -1
package/ios/ExpoIapModule.swift
CHANGED
|
@@ -870,7 +870,8 @@ public class ExpoIapModule: Module {
|
|
|
870
870
|
if let previousWillAutoRenew = previousStatuses[sku],
|
|
871
871
|
previousWillAutoRenew != currentWillAutoRenew {
|
|
872
872
|
|
|
873
|
-
|
|
873
|
+
// Use the jwsRepresentation when serializing the transaction
|
|
874
|
+
var purchaseMap = serializeTransaction(transaction, jwsRepresentationIos: result.jwsRepresentation)
|
|
874
875
|
|
|
875
876
|
if case .verified(let renewalInfo) = status.renewalInfo {
|
|
876
877
|
if let renewalInfoDict = serializeRenewalInfo(.verified(renewalInfo)) {
|