Skip to main content
All CollectionsDigital Academy
Embedding Digital Academy within iOS Apps
Embedding Digital Academy within iOS Apps

includes code download

Alex Lemaire avatar
Written by Alex Lemaire
Updated over a week ago

This article is intended for a developer audience; related, we do not provide support for third party mobile application code. This is provided for informative purposes only.

The attached code identifies how to use iOS's web view to embed Digital Academy within an iOS App.

One important aspect of the work, is that of applying a 'stable' customUserAgent on the webView object, since the default UA on newer builds of Xcode's WKWebView is not recognized by present-day detection libraries.

Below is a video of this type of integration in action. You'll note that in the demonstration, the launch button is a large blue "Launch DA" button. This is just a prototype of course, you could instead tie the launch event to any action within your application.

Get the source code here:

Attachment icon
Did this answer your question?