MultiAPICall Feature (iOS)

Home


This is an optional feature for iOS since Apple-based browsers process multiple page reloads on the same script differently to Android-based browsers.

This means calling window.location.href = "exampleAPItrigger" multiple times will not work on iOS, unlike on Android.

The MultiAPICall feature allows you to call multiple APIs in a single window.loaction.href assignment at the end of your web script, which may be desired if you wish to pre-load more than one data feature from the app, ready to be used on a page.


Hence, MultiAPICall supports the following data collection APIs:

"get-uuid", "user-disable-tracking", "getonesignalplayerid", "getappversion"


MultiAPICall trigger URL format:

"multiapicall://api1,api2..."

(no spaces, API names separated by a ',')


This web page contains an demo script of the feature, which when loaded on WebViewGold for iOS, preloads the data from the supported data collection APIs so you can access the information at the click of any button below.

To view this code, right-click on the page and select "View Page Source" or "Inspect".


Demo of supported APIs using MultiAPICall