cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web IDE Full Stack Cordova Plugin Geolocation for iOS11 not working

ferrygun18
Contributor
0 Kudos

I am using Cordova Geolocation plugin with SAP Web IDE Full Stack, plugin name is https://github.com/JuntaoWu/cordova-plugin-geolocation-baidu

I have successfully generated the IPA file. But when I opened the .IPA file to check if NSLocationAlwaysAndWhenInUseUsageDescription is inside the info.pllst, I cannot find it.

This is to ensure the location service is working correctly in iOS 11. Any clue how to import or use the plugin? any other recommended plugin that can satisfy my needs? Thanks.

BWomelsdorf
Advisor
Advisor

Ferry - we are doing some analysis internally on this topic - give us a little time to research and we'll get back to you. The answer might be the same as Ludo's response but maybe we'll have something different to say 😉

Accepted Solutions (0)

Answers (2)

Answers (2)

RazK
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ferry,

For the item regarding "LSP controller" I recommend a new question.

In the meanwhile, having 1086MB in your workspace sounds not ordinary. Are there build results / compiled artifacts in your workspace? What flow did you use to create them? What are they?

Regards,

Raz

ferrygun18
Contributor

hi Raz,


Thanks for feedback. I guess I included the SAPUI5 resource lib into my workspace. I will remove it. But I rarely seen the error message now.

Cheers,
Ferry

LudoNoens
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ferry,

Would this be an option that you could specify through a plugin configure variable?

I currently don't see a way to modify the info.plist generated on our Cloud Build Service. We are looking into offering more flexibility there, but until that is available I can only recommend one option:

When you build the app, tick the build option to save the entire Xcode project. After the build completes, you will be able to download the Xcode project to your local machine and load it into Xcode. Modify info.plist and rebuild locally.

Hope this help (although it is not perfect...).

Cheers,
Ludo

ferrygun18
Contributor
0 Kudos

hi Ludo

Thanks for your feedback. I will try that. Hopefully that flexibility is applied in Web IDE as earliest as possible.

Recently, I am keep getting this error message "Step PUT /SourceBundleSet/file failed: 500" whenever I build the app.

The LSP controller could not be initialized. Reason: Workspace code occupies 1086.915682 MB which exceeds maximum limit of 240.000000 MB allowed -

Any clue?

Cheers,

Ferry