cancel
Showing results for 
Search instead for 
Did you mean: 

Hybrid App Toolkit - How do I implement AppUpdate?

former_member239819
Participant
0 Kudos

Now that the SAP WEB IDE Hybrid App Toolkit (Local Add-on) is to become unsupported, And HAT v1.30 now supports cloud builds, How do we implement AppUpdate to deploy mobile app changes?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

You can make a Cloud build with android projekt.

From this Projekt you kann create the Package.zip with the old tools.

  1. cordova prepare
  2. kapsel package android

This zip you Upload but its very ugly to do, cause if you build a new APK the version will always 0 for the AppUpdate and will bei Downgraded if you doesnt update it like this discription.