cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Instrument IOS hybrid app with Cordova Plugin

Hi all, 

we want to monitor android and ios hybrid apps build with ionic using Cordova plugin and we already instrumented the android app using the wizard on https://github.com/luisbouca/dynatrace-cordova-plugin where the explained steps are: 

  1. download the plugin
  2. download de .js and add the domains of the web part
  3. compile and build the app for android

Now, how can i instrument the IOS part ? the wizard is a little bit confusing on the IOS part. 

PD: so far i get i must compile the app using IOS in the command instead of android cause all is already done 

Thank you all in advance 

2 REPLIES 2

matthias_hochri
Dynatrace Pro
Dynatrace Pro

Be aware, the URL that you have provided is not the official repository. Official: https://www.npmjs.com/package/@dynatrace/cordova-plugin

There should actually be no difference for iOS. So "ionic cordova build ios", is the way to go.

Featured Posts