iOS How can I Implement iOS WKWebView?

Toxic Tom

Member
Hi,

I have official rules for my mobile game formatted as an HTML file which is hosted on my website.

I am currently working to get my game on the Apple App Store and so far my app has been rejected because the official game rules can only be seen by tapping a button in the game that opens the link in a browser using:
GML:
url_open(url);
The App Store reviewer mentioned that the way I should do it is by "Implementing WebView". I know the iOS UIWebView is now deprecated so I will need to use the WKWebView class to display my web-page in my app.

Are there any GMS2 extensions currently available that will help me to implement this? Alternatively does anyone know how I can create my own extension to achieve this?

Thanks,
Tom
 
Top