App Exit for Roku Apps

To pass Roku certification, the user must be able to exit the app using the Back button. To meet this requirement, the Back button handler at the root screen of the app must issue a ‘kill command’ to the Roku client:

  • For You.i React Native apps, use terminateApplication() from the Cloud module.
  • For C++ apps, call CYICloud::GetInterface().TerminateApplication().