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.
@@ -870,7 +870,8 @@ public class ExpoIapModule: Module {
870
870
  if let previousWillAutoRenew = previousStatuses[sku],
871
871
  previousWillAutoRenew != currentWillAutoRenew {
872
872
 
873
- var purchaseMap = serializeTransaction(transaction)
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)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-iap",
3
- "version": "2.3.5-rc.2",
3
+ "version": "2.3.5-rc.3",
4
4
  "description": "In App Purchase module in Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",