cancel
Showing results for 
Search instead for 
Did you mean: 

Find SMP 3 SDK Version

Former Member
0 Kudos

Hi

I am trying to figure out what version of the SMP 3 SDK i have installed.

Is there a config file somewhere that will tell me which version i have?

I have read this link about cordova compatibility but i want to make sure of the SDK version i have first -

Thanks

Riaz

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Riaz,

You could check in control panel.

Alternately, Open smpsdk_product_info.xml file present under /SAP/MobileSDK3

Eg. You might see like below:

<product compatibilityVersions="3.0.8.0" name="SMPSDK" version="3.0.8.1">

Regards,

JK

Former Member
0 Kudos

Hi Jitendra

I do not seem to have a smpsdk_product_info.xml file in my /SAP/MobileSDK3 folder.

I have searched *.xml on the entire folder and all i seem to have there are plugin, jetty, registration and library.templates xml files.

What am i missing here?

Regards

Riaz

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dont you see underlined file under Mobile SDK installation?

Former Member
0 Kudos

No, this is what i have -

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you just check it by clicking on Show hidden files?

Organize>Folder and search options>View>Show Hidden Files,Folders and drives

Alternately, you can check installed SMP Mobile SDK version in control panel also

Former Member
0 Kudos

Hi Jitendra

I found it in the location you specified after re-installing the SDK i got from our BASIS team. For some reason the version i downloaded from the SAP support portal did not have the version xml file.

Thank you for the help!

Regards

Riaz

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Riaz,

If you want to find the version of the plugins, open smpsdk_product_info.xml file present under /SAP/MobileSDK3

Or you can go to the path SDK_Folder/KapselSDK/plugins/apppreferences/plugin.xml and you can find the version as follows:


<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"

    id="com.sap.mp.cordova.plugins.apppreferences"

    version="3.8.0-sap-08">

If you want to find the Kapsel SDK version installed in your system, you can use kapsel -v command in command prompt

Regards,

Dhani