Hybrid Apps Quick Start
Hybrid apps give you the ease of JavaScript and HTML5 development while leveraging
Salesforce Mobile SDK
If you’re comfortable with the concept of hybrid app development, use the following steps to get
going quickly.
- To develop Android hybrid apps for Mobile SDK 11.1,
you need:
- Cordova 12.0.1.
- Cordova CLI 12.0.0 or later.
- Java JDK 11.0.11+9 or later—www.oracle.com/downloads.
- Latest version of Android Studio —developer.android.com/sdk.
- Android SDK, including all APIs in the following range:
- Minimum API: Android Nougat (API 24)
- Target API: Android 13 (API 33)
- Android SDK Tools
- Android Virtual Device (AVD)
- To develop iOS hybrid apps for Mobile SDK 11.1,
you need:
- Cordova 7.0.1.
- Cordova CLI 12.0.0 or later.
- Xcode version: 14 or later. (We recommend the latest version.)
- iOS SDK:
- Deployment target: iOS 15
- Base SDK: iOS 16
- CocoaPods (any version from 1.8 to no declared maximum—see cocoapods.org).
- Install Mobile SDK.
- If you don’t already have a connected app, see Creating a Connected App. For OAuth scopes, select api, web, and refresh_token.
- Create a hybrid app.
- Follow the steps at Create Hybrid Apps. Use hybrid_local for the application type.
- Run your new app. .