Running the Logon Application on iOS

Deploy and run the Logon project on iOS.

  1. In a terminal window, make sure you are in the project folder and execute the command:
    cordova prepare ios
  2. Open Xcode.
  3. In a Finder window, browse to your Cordova project folder, <Project Name>/platforms/ios.
  4. Add the clienthubEntitlements keychain group to the Entitlements section of the project.
    This shows an example:
    clienthubkeychain
  5. Double-click the <ProjectName>.xcodeproj file to open the project in Xcode.
  6. Select your Simulator type and click the Run button.
Related tasks
Running the Kapsel Application on Android
Running the Kapsel Application on iOS