# Examples Application You can explore FioriAR's functionality with this iOS application. By running the app and studying its source code you will understand - how to view a scene by loading a `.rcproject`, `.reality` or `.usdz` bundled as part of the application - how to create/update and view a scene stored remotely in SAP Mobile Services (subscription necessary) For this you need to adjust the values of `IntegratonTest` related enums located in `Tests.swift` file. ```swift enum IntegrationTest { enum System { static let clientID = "" static let authURL = "" static let redirectURL = "" static let tokenURL = "" } enum TestData { static let sceneId = 20110991 static let sceneAlias = "myOwnAlias" } } ``` You can find system related information the "Security" tab of your application in SAP Mobile Services. MobileServicesOAuthClient You can test data related information in "Mobile Augmented Reality" feature of your applicaton in SAP Mobile Services once test data was created by you. MobileServicesAugmentedReality