Apologies if this is a newbie question, but I’m struggling with implementing what I consider a rather simple auto-renewable subscription offering consisting of two packages on iOS with SwiftUI:
- Annual Individual Plan (family sharing disabled)
- Annual Family Plan (family sharing enabled)
When I create the second package, RC refuses to create it, because the ‘Annual’ identifier is already taken.
I solved it temporarily with a custom identifier (“Annual Family”), but RC does not automatically recognise the subscription length (annual) and throws WARN: Unknown subscription length for package:default, ignoring.
Any advice on how to implement the above scenario (two annual packages) is much appreciated, thank you!