containerURLForSecurityApplicationGroupIdentifier doesn’t work when its in a (Kotlin) framework
I’ve got a Kotlin Framework which is calling containerURLForSecurityApplicationGroupIdentifier()
, however it doesn’t work (return is null).
However, if a call to this function it is made directly from the app’s Swift or Obj-C code then it does.