Get data from app's .plist file with keys

Hi guys,

I’m looking for a solution to read out values from app’s .plist file with given keys. I’ve tried Cordova plugins as

but it was not expedient, seems to be written for older ionic versions. For example accessing cordova.plugins.EmmAppConfig leads to an error (Property ‘EmmAppConfig’ does not exist on type ‘CordovaPlugins’)

Maybe someone could help me.

Have you been able to resolve your issue? I’m experiencing the same. Is there someone in the Ionic team thinking about backward compatibility at all?

Unfortunately, no. But I’ve developed a small swift plugin integrated with capacitor.

would you be willing to share the repo? I’d love to use it.

developed a simple package like liarg to retrieve a string from info.plist or strings.xml