A background URLSession was created in an app extension but the shared container identifier was not set. Background sessions in extensions must use a shared app group container.
backgroundSessionRequiresSharedContainer
swift A background URLSession was created in an app extension but the shared container identifier was not set. Background sessions in extensions must use a shared app group container.