How does IBM MobileFirst detect what is the type of application update (Direct Update , Version Update)
I want to keep my JSONstore data while minor update (direct update - Upgrade app from v1.01 to v1.02. )
I want to destroy my JSONstore data while major update (version update - Upgrade app from v1.01 to v2.00.)
Any suggestion to perform this function ? Any API to get current version of App ?