I am trying to get rid of 9 warnings from debug logs but I don’t know why I am getting them nor how/where to fix it.
I have 9, one month - auto-renewing subscriptions configured in AppStore.
The 9 warnings occur right after SKProductsRequest, but don’t seem to causing any real problems??
It seems that it doesn’t know that my subscriptions are all 1 month subscription length? But when sandbox testing it shows that they renew and my configured products in the AppStore are definitely setup for 1 month.
This is how I have my Offerings setup with the identifier “subscriptions” as seen in the 9 warnings…
Any idea why I am getting these warnings??
“WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.”
2022-06-14 08:49:20.589599-0400 App -Purchases] - DEBUG: SKProductsRequest request received response
2022-06-14 08:49:20.589598-0400 App -Purchases] - DEBUG: SKProductsRequest did finish
2022-06-14 08:49:34.082998-0400 App 0Purchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
2022-06-14 08:49:34.083022-0400 App oPurchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
2022-06-14 08:49:34.083038-0400 App
2022-06-14 08:49:34.083054-0400 App >Purchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
3069-0400 App tPurchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
2022-06-14 08:49:34.083084-0400 App rPurchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
2022-06-14 08:49:34.083098-0400 App
2022-06-14 08:49:34.083144-0400 App iPurchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.
2022-06-14 08:49:34.083233-0400 App gPurchases] - WARN: Unknown subscription length for package 'subscriptions': PackageType.custom. Ignoring.