2

I want to build an app for iOS on Windows. I know how to develop apps for iOS on windows using Objective-C but I would like to know how I can build apps for iOS on windows using Kotlin.

xarlymg89
  • 2,552
  • 2
  • 27
  • 41
Gourav Manuja
  • 89
  • 1
  • 10

1 Answers1

2

I used these articles, which gave me a good overview about the possibilities for Kotlin and iOS (and yes it is possible)

multiplatform native development in kotlin

and this one

targeting kotlin for android and ios

Vario
  • 490
  • 4
  • 13
  • ok sir Thank you i will read this and tell u after read @Vario – Gourav Manuja Sep 04 '18 at 12:07
  • can you explain where should i write code for ios ? – Gourav Manuja Sep 05 '18 at 06:22
  • this is basically not asked in the question, but you can use any editor. Maybe you try IntelliJ or see this link if you wanna try it with XCode https://ericasadun.com/2017/05/30/erica-knows-nothing-about-kotlin-installing-and-using-kotlin-from-xcode/ – Vario Sep 05 '18 at 07:50
  • @GouravManuja did you need more help or are you fine with this question? – Vario Sep 17 '18 at 06:15
  • yeah sir i need more help @Vario – Gourav Manuja Sep 17 '18 at 07:40
  • @GouravManuja please refer to the points related to this question where you need more help, or ask a new question and mark this as accepted, if it is not related to this one. – Vario Sep 17 '18 at 09:23