I have investigated a similar crash in my app before and noticed that it occurs when the options are changed while the subscription offer view is being displayed.
If the values passed to the following options are changed while the offer view is displayed, it will probably crash.
.musicSubscriptionOffer(
isPresented: $viewModel.isShowingOffer,
options: viewModel.offerOptions
)
In my case, it crashed when the playback song was switched while displaying it.
Topic:
Media Technologies
SubTopic:
General
Tags: