Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone and iPod Emulator

Tags:

iphone

I intend to write some piece of code for an iPod and an iPhone. so, i'm looking for emulators for those devices.

basically an emulator which will help me test the application I'm writing.

Thanks.

like image 396
Attilah Avatar asked Jun 02 '09 15:06

Attilah


People also ask

Can you play iPod through iPhone?

The iPhone (and other devices that run the iOS software, including Apple Watch, iPod touch, and iPad) supports peer-to-peer connectivity, which is the technical way of saying that these devices can communicate with one another directly via a Wi-Fi network or Bluetooth.

Is there an iPod emulator?

About. PodEmu is Android application that allows you to connect your Android device to iPod docking station or your car audio system. PodEmu supports both AiR (Advanced) and Simple modes so you can control your Android music app directly from docking station or from your cars steering wheel.

What can I do with my old iPhone and iPod?

Apple Trade In. Trade in any device in any condition, and we'll give you credit or recycle it for free.


1 Answers

To develop iPhone apps you need to download the iPhone SDK. This includes the tools and libraries to code you applications as well as a simulator to test your code. This tools are available only for intel macs.

You can get the sdk for free here: http://developer.apple.com/iphone/

To test you code in a real iPhone, you will need to join the iPhone Developer Program (http://developer.apple.com/iphone/program/), which is not for free.

like image 172
Hectoret Avatar answered Sep 20 '22 06:09

Hectoret