19 Jun 2023
	
		
		05:02 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		20 Jun 2023
	
		
		07:47 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
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:
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
Solved! Go to Solution.
20 Jun 2023 07:28 AM
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.
22 Jun 2023 06:24 PM
thank you @matthias_hochri
