how to import to apple ipad?

Hi Every One,

I have done one simeple game in my unity 3d i need to import it to my apple ipad but i dont know how to do this my system has a windows xp (service pack 2). So, please tell me how to import it to my ipad?

Thanks in Advance.

Buy a Mac. Plug the Ipad into your mac. Compile an IOS build. Xcode will load. Select to deploy it to your Ipad in xcode. A Mac is required to deploy to Ipad/Iphone/Ipod.

in unity 3d building setting has an ios build. is it not use?

All that setting does is create an Xcode project with all the settings needed for an iOS build. There is no Windows version of Xcode—it’s Apple’s equivalent of Microsoft’s Visual Studio—so that project file won’t be of any use to you on a Windows machine unless you have a Mac (with Xcode installed) to copy it onto.

Note that you also need to pay Apple $99 / year to build for their iOS platform. They generate certificates and run a bunch of other stuff behind the scenes to provide you access to their App Store ecosystem, as well as some statistical data to help you monitor your sales.

However, if you have an Android device, you do not need a Mac.

so using Mac only we can port the scene into the IPAD right?