Charith Nidarsha
Charith Nidarsha

Reputation: 4245

Testing application on iPad device

I need to get the statistical details( memory details, object allocations etc.) , when my app is running on the actual device. Not in the simulator. Is there a way to attach the instruments or some other tool to device? ( When i build and debug on the device from xcode).

Is it true that memory details that shown in the simulator is very different from running in the actual device? I need to know the correct way to how to test in the actual device?

Upvotes: 2

Views: 592

Answers (1)

Ish
Ish

Reputation: 1895

Yes you should be able to run the performance tools on the device. In Xcode make sure you have selected the 'Device' configuration and the go to Run->Run With Performance Tool->

Upvotes: 1

Related Questions