Converting Unity Android app to iPhone

I have a game for Android built using Unity. Is it easily convertable to iPhone also? What needs to be done to convert it into a unity project for iPhone? (Assume I have both android and iphone licenses)

Pretty much you just set the build settings to Android. It will re-import things and format textures for Android automatically. You may want to take advantage of some of Android’s features, but if not, it might just be hard-core optimizations if you really need them. My app, I don’t treat iOS different from Android except to exit when they hit the Back button.