(Recommended) Use the Salesforce CLI Mobile SDK plugin or the forceios npm script: Recreate your app. For Saleforce CLI, follow the instructions at the command line by typing
sfdx mobilesdk:ios:create help
For forceios, follow the instructions in “Updating Native and React Native Apps” at Updating Mobile SDK Apps (5.0 and Later).
(Recommended) Use the Salesforce CLI Mobile SDK plugin or forcedroid npm script: Recreate your app. For Saleforce CLI, follow the instructions at the command line by typing
sfdx mobilesdk:android:create help
For forcedroid, follow the instructions in “Updating Native and React Native Apps” at Updating Mobile SDK Apps (5.0 and Later).
Migrate your app’s artifacts into the new template.
Review the list of APIs deprecated for future removal, and address any items that affect your codebase until your build succeeds. See Android Current Deprecations.
After a successful build, check the compiler warnings for deprecations or other Mobile SDK issues you’ve missed.
Recreate your app with the Salesforce CLI Mobile SDK plug-in or the forcereact npm script. For Saleforce CLI, follow the instructions at the command line by typing
sfdx mobilesdk:reactnative:create help
For forcereact, follow the instructions in “Updating Native and React Native Apps” at Updating Mobile SDK Apps (5.0 and Later).
After you’ve recreated your app:
Migrate your app’s artifacts into the new template.
Make sure that you’ve installed the supported versions of the mobile platforms you’re targeting. See the Set Up Your Mobile SDK Developer Tools Trailhead project.
Make sure that you’ve installed the supported versions of the mobile platforms you’re targeting. See the Set Up Your Mobile SDK Developer Tools Trailhead project.
Recreate your app with the Salesforce CLI Mobile SDK plug-in or the forcehybrid npm script. For Saleforce CLI, follow the instructions at the command line by typing
sfdx mobilesdk:hybrid:create help
For forcehybrid, follow the instructions in “Updating Hybrid Apps” at Updating Mobile SDK Apps (5.0 and Later).
After you’ve recreated your app:
Migrate your app’s artifacts into the new template.
Make sure that you’ve installed the supported versions of the mobile platforms you’re targeting. See the Set Up Your Mobile SDK Developer Tools Trailhead project.