We have several products defined in the App Store. Two include a free trial, the third does not.
Depending on which is offered to the user, we dynamically want to control some messaging in the app. For the product without a free trial, we specifically want to suppress anything about “try for 3 days”.
Unfortunately, debugging shows that the value for package.storeProduct.introductoryDiscount?.paymentMode
is erroneously freeTrial
.
We are using SDK 4.17.2. I have verified that the product defined in the App Store has no introductory pricing set. I have also tried to verify that the product is setup in the RC dashboard without indicating any sort of trial period for it (although it doesn’t appear that the RC setup of products even asks for that info.)
Either we’ve done something incorrectly on our end, or there seems to be a bug in the SDK.
Before I file a bug report, I thought I would ask here.
Thank you!