https://kotlinlang.org logo
Title
g

Grzegorz Sagadyn

11/18/2020, 9:57 AM
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.
Just make sure you do not reference any code that is not allowed in extensions.
g

Grzegorz Sagadyn

11/18/2020, 11:24 AM
Hmm, great, thanks for information 😉