Ape Apps Library Demonstration

The purpose of this application is to test the capabilities of different device/browser/platform/app host combinations against the various Ape Apps libraries and SDKs. If your device works with the tests contained in this application, then you should be able to run most Ape Apps applications and games without issue.

Platform Identification

Demonstrator VersionUnknown
Operating SystemUnknown
PlatformUnknown
Subplatform CodeUnknown
Install SourceUnknown
Host NameUnknown
Host Package VersionUnknown
Core Library VersionUnknown
Ape Design Language VersionUnknown
TV/Console DeviceUnknown
VR Capable DeviceUnknown
Invalid Package DetectionUnknown

Filesystem

This demonstration tests the ability to read and write data to the external file system using the filesystemhelper extension library. This differs from accessing internal sandbox or cloud data because most platforms, particularly mobile, require special user permissions in order to access the external file system. This test will handle both plain .txt files as well as .mp3 files, in order to test both plain text and binary data types.

Detected Filesystem Capabilities

File Dialogs SupportedUnknown
Directory Dialogs SupportedUnknown

Plain Text Filesystem Test

Binary Filesystem Test

This test will allow you to select an .mp3 file from your system, play it, and save it back to your system under a different name.

Storage/Cloud

Internal/private app storage works differently on different platforms, and the savedatahelper extension library is designed to abstract away the differences between them. This test will allow you to read and write data to the internal storage of your device, as well as to the cloud storage of your Ape Apps account. It also tests support for Private Cloud folders users have set up using the Ape Web Apps Desktop Bridge.

Current Storage LocationUnknown

Storage Test