@Wisors great! It helped, just need to set
sessionConfiguration.sharedContainerIdentifier = @“com.me.myapp.containerIdentifier”;
In my case @“com.me.myapp.containerIdentifier” was @"group.mycompany.appname" which was crucial, another identifier didn't work.
Thank you!