Scaleform SDK for iOS and tvOS

Requirements

The Scaleform SDK is supported on devices using iOS 8.0 and tvOS 9.0 and above.

Note: Scaleform now supports XCode 8.1.

Building Scaleform

Building the Scaleform SDK requires Xcode 6 or higher. It is recommended to use the latest available version. When building for iOS, the target --platform option to the make.rb script (as described in the 'Building Scaleform' section in SDK Installation) should be ios. When building for tvOS, the --platform option should be tvos.

Signing credentials

To connect to Scaleform iOS apps and tvOS apps, you require valid signing credentials. Set these credentials before compiling Scaleform, otherwise builds from the command line will fail.

Note that the development team must be your Team ID, not your Team Name

Running Samples

First, ensure that your iOS/tvOS development platform is setup correctly before attempting to run Scaleform samples. We suggest following the iOS/tvOS setup documentation, and ensuring that its samples run correctly first.

After recompiling the Scaleform SDK,

Important Notes