Calls to -- customerInfo?.entitlements[ “myEntitlementID” ]?.isActive seems to be generating Debug message log noise.
I’m unsure how to fix/quiet these messages, does anyone know if this is a problem or a way to resolve whatever might be casing this? I’m assuming this is a problem with the .json being returned by the RC rest endpoints as its being decoded…
This is the console output:
_____________________
2022-03-31 20:12:40.544032-0400 astrx[50240:2136091] [Purchases] - DEBUG: 👤 Identifying App User ID
2022-03-31 20:12:40.551928-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Debug logging enabled
2022-03-31 20:12:40.552073-0400 astrx[50240:2136091] [Purchases] - INFO: ℹ️ StoreKit 2 support enabled
2022-03-31 20:12:40.552118-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ SDK Version - 4.1.0
2022-03-31 20:12:40.552159-0400 astrx[50240:2136091] [Purchases] - DEBUG: 👤 Initial App User ID set
2022-03-31 20:12:40.572296-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key 'CodingKeys(stringValue: "ownershipType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "ownershipType", intValue: nil) ("ownershipType"), converted to ownership_type.
2022-03-31 20:12:40.573350-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key 'CodingKeys(stringValue: "periodType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "periodType", intValue: nil) ("periodType"), converted to period_type.
2022-03-31 20:12:40.573483-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key 'CodingKeys(stringValue: "ownershipType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "ownershipType", intValue: nil) ("ownershipType"), converted to ownership_type.
2022-03-31 20:12:40.574051-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key ‘CodingKeys(stringValue: "periodType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "periodType", intValue: nil) ("periodType"), converted to period_type.
2022-03-31 20:12:40.574217-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key 'CodingKeys(stringValue: "ownershipType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "ownershipType", intValue: nil) ("ownershipType"), converted to ownership_type.
2022-03-31 20:12:40.575137-0400 astrx[50240:2136091] [Purchases] - DEBUG: ℹ️ Key 'CodingKeys(stringValue: "ownershipType", intValue: nil)' not found, codingPath: [], description:
No value associated with key CodingKeys(stringValue: "ownershipType", intValue: nil) ("ownershipType"), converted to ownership_type.