Hi chaps,
I am pretty new to SAP world. I had recently generated the iOS and Android mobile app source code using the SAP fiori SDK. The app runs fine without errors. However, there are a few issues e.g. 'View Log' button does not work in both Android and iOS apps. Upon investigation I found that a few plugins are not initialized properly. Following log is pasted from Xcode:
ERROR: Plugin 'Logging' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
-[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["Logging1085150842","Logging","getLogLevel",[]]
ERROR: Plugin 'File' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
-[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["File1085150844","File","requestAllPaths",[]]
2016-09-21 21:44:55.638 RuralcoFioriTest[1232:49857] ERROR: Plugin 'NetworkStatus' not found, or is not a CDVPlugin. Check your plugin ]
However, in the config.xml file, the mapping seems to be correct:
<feature name="Logging">
<param name="ios-package"value="SMPLoggerPlugin" />
</feature>
Not sure whats wrong here. Will be grateful if anyone provide any pointers. Cheers.