Currently I’m using RC paywall, and my app was rejected, apparently because I have one offer that is “lifetime” is not a subscription, so I need to state that is one time purchase without free trial or something like that,
so I have
Subscription 6 Months
Subscription 1 year
Lifetime
but for “introductory price I’m using
`{{ price }} billed every {{ sub_duration }} after the {{ sub_offer_duration }} free trial`
but I will see something like the photo attached
Is anyway to setup this to have different approach for this case?