cancel
Showing results for 
Search instead for 
Did you mean: 

What value is passed for NSPlugins in the MDKProject.json?

0 Kudos
344

Tutorials: https://developers.sap.com/tutorials/cp-mobile-dev-kit-nativescript-geolocation.html
--------------------------

Question on step 8 asks What value is passed for NSPlugins in the MDKProject.json?
seems obvious that in step 6.2 this json is defined and added

<code>{
  "AppName": "DemoSampleApp",
  "AppVersion": "1.0.0",
  "BundleID": "Enter your Bundle ID",
  "Externals": ["@nativescript/geolocation"],
  "NSPlugins": ["@nativescript/geolocation@8.0.0"],
  "UrlScheme": "mdkclient"
}

and that the value for NSPlugins is ["@nativescript/geolocation@8.0.0"].

however this results in an incorrect response.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Instructor needed to update the validation on this particular question. It has been updated and submitting the answer ["@nativescript/geolocation@8.0.0"] results in a valid answer as expected.

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Issue has been fixed, please check. You should now be able to submit a correct answer.