Hi, I’m working on the iOS app with embedded notification extension and Xcode warns me that the Kotlin framework
is not safe for use in application extensions
. Is there any way to resolve the mentioned warning?
t
Thomas
11/18/2020, 10:28 AM
I do not know a way to resolve the warning, but it should be fine. I have this warning too with Today extensions. Apple approved my app with this warning so it should not be an issue.
Thomas
11/18/2020, 10:31 AM
Just make sure you do not reference any code that is not allowed in extensions.