Changing iOS icon at runtime

Godot Version

4.3-stable

Question

I know that it is possible for iOS apps to change what icon they are displaying.

I found this in the apple developer documentation: setAlternateIconName(_:completionHandler:) | Apple Developer Documentation

Is there a way to access this function from Godot? A pre-existing hook, or a way to do it myself?

Thanks. droqen