Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Building iOS using Xamarin in Visual Studio

Building iOS using Xamarin in Visual Studio

Scheduled Pinned Locked Moved The Lounge
helpvisual-studiocsharpswiftandroid
30 Posts 13 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Chris Maunder

    I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

    error : No installed provisioning profiles match the installed iOS signing identities.

    OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

    P Offline
    P Offline
    parths
    wrote on last edited by
    #7

    I feel your pain... well, almost. Never tried Xamarin, but the regular signing process also felt like a pain to me. Long long ago... in 2008. It was complicated and manual... but at least you knew that if you understood the process and remembered the steps you'd be fine. I'd create a certificate, setup a provisioning profile on the dev portal, add devices on the portal and then to the profile, download the profile and install it via xcode or the keychain access. Of course i'd have to add the profile to the device as well. I knew if i messed up it wouldn't work, but with a bit of practice you can get it right. I tried building iOS again recently and with xcode 'managing' everything, I have absolutely no control (or that's how it feels like), and no clue what's going wrong if something goes wrong. It's worse when you have to set up a CI server and people on the team, equally clueless, end up tampering the provisioning profiles! Sorry for the rant, your post just brought back very bad memories.

    "It was when I found out I could make mistakes that I knew I was on to something." -Ornette Coleman "Philosophy is a study that lets us be unhappy more intelligently." -Anon.

    1 Reply Last reply
    0
    • S Slacker007

      Sounds like you need to write this up in an article. :rolleyes:

      G Offline
      G Offline
      Gandalf_TheWhite
      wrote on last edited by
      #8

      Hahaha, in fact, several things which he has mentioned are really important troubleshoot fix. Definitely a good suggestion :thumbsup: and it would be really helpful if someone is having same hard times like him.

      You can have all the tools in the world but if you don't genuinely believe in yourself, it's useless.

      1 Reply Last reply
      0
      • L Lost User

        I don't want to sound discouraging or know-it-all, but I would recommend to stay away from Xamarin, phonegap and all the other cross-platform offerings. Both iOS and Android offer ways to build a javascript bridge between the webview and the code behind, which makes the UI portable. The system specific stuff can then be optimized on Android Studio or Xcode.

        G Offline
        G Offline
        Gandalf_TheWhite
        wrote on last edited by
        #9

        Termi Nater wrote:

        Both iOS and Android offer ways to build a javascript bridge between the webview and the code behind, which makes the UI portable.

        Amen! TBH, that's what we ended up doing after two failed attempts with Xamarin and Phonegap.

        You can have all the tools in the world but if you don't genuinely believe in yourself, it's useless.

        1 Reply Last reply
        0
        • L Lost User

          I don't want to sound discouraging or know-it-all, but I would recommend to stay away from Xamarin, phonegap and all the other cross-platform offerings. Both iOS and Android offer ways to build a javascript bridge between the webview and the code behind, which makes the UI portable. The system specific stuff can then be optimized on Android Studio or Xcode.

          S Offline
          S Offline
          Sasa Cetkovic
          wrote on last edited by
          #10

          Xamarin gives you native app performance, unlike JavaScript crap.

          L 1 Reply Last reply
          0
          • C Chris Maunder

            I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

            error : No installed provisioning profiles match the installed iOS signing identities.

            OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

            C Offline
            C Offline
            ClockMeister
            wrote on last edited by
            #11

            I was considering looking at that some time ago but ran into a wall with it. Painful. What ever happened to the days when you could just WRITE A PROGRAM eh? Anyway ... if you're looking for an interesting approach to writing IOS/Android applications check out NSBASIC (www.nsbasic.com). I have only written a few "apps" (I hate that word) with it but it really has a lot of potential and you DON'T have to involve an App Store unless you want to. The NSBASIC IDE will run either on a Windows machine or a Mac. It's a really impressive approach, IMO. It essentially produces a Javascript application that runs in a somewhat "sandboxed" mode (if that's an appropriate term) on a mobile device. You can write for pretty much any format of mobile device out there.

            If you think hiring a professional is expensive, wait until you hire an amateur! - Red Adair

            1 Reply Last reply
            0
            • L Lost User

              I don't want to sound discouraging or know-it-all, but I would recommend to stay away from Xamarin, phonegap and all the other cross-platform offerings. Both iOS and Android offer ways to build a javascript bridge between the webview and the code behind, which makes the UI portable. The system specific stuff can then be optimized on Android Studio or Xcode.

              C Offline
              C Offline
              ClockMeister
              wrote on last edited by
              #12

              Check out NSBasic (www.nsbasic.com). They really have an interesting approach to this. Seriously.

              If you think hiring a professional is expensive, wait until you hire an amateur! - Red Adair

              1 Reply Last reply
              0
              • S Sasa Cetkovic

                Xamarin gives you native app performance, unlike JavaScript crap.

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #13

                Quite similar to the WPF argument and situation really.

                1 Reply Last reply
                0
                • C Chris Maunder

                  I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                  error : No installed provisioning profiles match the installed iOS signing identities.

                  OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #14

                  Sounds like .NET 1.0

                  "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                    error : No installed provisioning profiles match the installed iOS signing identities.

                    OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                    Z Offline
                    Z Offline
                    zezba9000
                    wrote on last edited by
                    #15

                    If you develop for iOS you need to use macOS. Trying to hack around it any other way is a waste of time. Get a Mac Mini and use VS for Mac and move on.

                    C 1 Reply Last reply
                    0
                    • C Chris Maunder

                      I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                      error : No installed provisioning profiles match the installed iOS signing identities.

                      OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                      M Offline
                      M Offline
                      mtiede
                      wrote on last edited by
                      #16

                      I code in RemObjects Oxygene, a Pascal/Delphi syntax .Net language. With the RemObject's products, I can write in Pascal and make .net applications for Windows, Android, and iOs. You code specific to each platform, but can share libraries. Additionally they also support C#, and Silver (Swift) on all 3 platforms. And now they can also compile to native Win32 apps. In each case you use the native libraries for the platform and are not limited as to what you can do on that platform. Unlike the Xamarin approach where you write one codebase and target the different platforms. I haven't done the iOs bit, but they do a nice job on Oxygene and .Net for Windows. And I think they probably did a good job of interfacing to the Mac and the Xcode. You MIGHT want to check it out. FWIW, I LOVE the Oxygene language much more then C#. (Although you can mix languages in a single project as well, of you have something in one language that you don't won't to redo at all. They also let you paste C# code into Oxygene and it will do a decent job of translating. Can also just import a C# file. Have a look see.

                      C 1 Reply Last reply
                      0
                      • C Chris Maunder

                        If you ever want to write up your experience with creating provisioning profiles I'd name my dog after you.

                        cheers Chris Maunder

                        M Offline
                        M Offline
                        Mike Marynowski
                        wrote on last edited by
                        #17

                        It's such a bloody mess. Seriously. That whole experience is exactly what inspired me to write my blog post thanking Microsoft for just making things EASY, even though I know it comes across really fanboy-ish and I caught some flack for it. iOS and Android dev is just insanely frustrating in comparison. [Code Index] | Thank You Microsoft[^]

                        Blog: [Code Index] By Mike Marynowski | Business: Singulink

                        C 1 Reply Last reply
                        0
                        • C Chris Maunder

                          I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                          error : No installed provisioning profiles match the installed iOS signing identities.

                          OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                          J Offline
                          J Offline
                          Joe Woodbury
                          wrote on last edited by
                          #18

                          You got me at iOS and Xamarin.

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                            error : No installed provisioning profiles match the installed iOS signing identities.

                            OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                            J Offline
                            J Offline
                            jlongo
                            wrote on last edited by
                            #19

                            It is very simple. "Apple Hates Developers". There is no other explanation for XCode. The fun really starts when you try to publish. I won't ruin the experience for you with spoilers. Seriously, my advice is to first get a simple XCode app working and compiling. 90% of the issues are related to that part of the process. Then Xamarin should work like a charm.

                            C 1 Reply Last reply
                            0
                            • C Chris Maunder

                              I'm almost at the point of defeat. To develop an iOS app using Visual Studio / Xamarin you need to connect to a host Mac running XCode. Getting Visual Studio to connect to the Mac involved physically setting up a new router since Wifi seemed to be a problem, then installing XCode. And Xamarin Studio. Or may this wasn't necessary - depends on the forum you read. And cursing. And then suddenly it worked. But then adding my Apple account to Xamarin requires installing fastlane which throws you to a terminal window in order to login to your account (but which? macOS or AppleID? Turns out AppleID), which then borks because you need to create an App-specific password, Which then doesn't work. So back to VS. I build, but the build fails because I need a code signing certificate. Back to the mac. Generate a CSR, create a cert, download the cert, install it in the keychain (the login one, it turns out), and try again.

                              error : No installed provisioning profiles match the installed iOS signing identities.

                              OK. Sigh. Xamarin help says to use the "Organiser" window in XCode, so I go there, and I see "Archives" and "Crashes". Nothing in Archives, but "Crashes", for some reason, offers me the chance to sign in with my Apple Id and from there I can see my signing identities and provisioning profiles. Except it's not offering to create a provisioning profile. So back to developer.apple.com to manually create a provisioning profile and we try again. No luck. OK. Let's step back and have another crack at adding an account to Xamarin. Looks like the issue is with 2FA and the Apple ID. I hear that VS Code solves this so I download VS code, install, run, add account. It works! I rebuild in Visual Studio on my Windows machine. It works! Oh - no it doesn't. No provisioning profile. So I hunt around, I try to manually create a profile but it's asking for my device ID (what's the ID of an emulator?) and I give up. A day lost. So I move to VS Code on the Mac and create a new project from the project templates and attempt to build / run. Except it doesn't even build. A new project generated by VS Code with zero changes doesn't even build out of the box. Looks like it's Android issues so I unload that portion and try the iOS. No provisioning profile. FFS. I know this stuff all works. Somehow. I'm just stunned beyond words that it's this painful, this complicated, this frustrating, this badly and misleadingly documented, and yet more patient people than I have worked through it. It

                              B Offline
                              B Offline
                              BGArts
                              wrote on last edited by
                              #20

                              You lost me at step 1

                              1 Reply Last reply
                              0
                              • M Mike Marynowski

                                It's such a bloody mess. Seriously. That whole experience is exactly what inspired me to write my blog post thanking Microsoft for just making things EASY, even though I know it comes across really fanboy-ish and I caught some flack for it. iOS and Android dev is just insanely frustrating in comparison. [Code Index] | Thank You Microsoft[^]

                                Blog: [Code Index] By Mike Marynowski | Business: Singulink

                                C Offline
                                C Offline
                                Chris Maunder
                                wrote on last edited by
                                #21

                                If Microsoft had a half-decent phone and had managed to get Windows to actually run on it then they would have won the "who has more apps" challenge. Being in the thick of this now boggles my mind as to how the ecosystem for apps is so strong. There are some persistent and forgiving devs out there.

                                cheers Chris Maunder

                                M 1 Reply Last reply
                                0
                                • J jlongo

                                  It is very simple. "Apple Hates Developers". There is no other explanation for XCode. The fun really starts when you try to publish. I won't ruin the experience for you with spoilers. Seriously, my advice is to first get a simple XCode app working and compiling. 90% of the issues are related to that part of the process. Then Xamarin should work like a charm.

                                  C Offline
                                  C Offline
                                  Chris Maunder
                                  wrote on last edited by
                                  #22

                                  Just like Apple Hates People Who Listen to Music (ie iTunes).

                                  cheers Chris Maunder

                                  J 1 Reply Last reply
                                  0
                                  • M mtiede

                                    I code in RemObjects Oxygene, a Pascal/Delphi syntax .Net language. With the RemObject's products, I can write in Pascal and make .net applications for Windows, Android, and iOs. You code specific to each platform, but can share libraries. Additionally they also support C#, and Silver (Swift) on all 3 platforms. And now they can also compile to native Win32 apps. In each case you use the native libraries for the platform and are not limited as to what you can do on that platform. Unlike the Xamarin approach where you write one codebase and target the different platforms. I haven't done the iOs bit, but they do a nice job on Oxygene and .Net for Windows. And I think they probably did a good job of interfacing to the Mac and the Xcode. You MIGHT want to check it out. FWIW, I LOVE the Oxygene language much more then C#. (Although you can mix languages in a single project as well, of you have something in one language that you don't won't to redo at all. They also let you paste C# code into Oxygene and it will do a decent job of translating. Can also just import a C# file. Have a look see.

                                    C Offline
                                    C Offline
                                    Chris Maunder
                                    wrote on last edited by
                                    #23

                                    I'd not heard of this - I'll definitely check it out.:thumbsup:

                                    cheers Chris Maunder

                                    M 1 Reply Last reply
                                    0
                                    • C Chris Maunder

                                      If Microsoft had a half-decent phone and had managed to get Windows to actually run on it then they would have won the "who has more apps" challenge. Being in the thick of this now boggles my mind as to how the ecosystem for apps is so strong. There are some persistent and forgiving devs out there.

                                      cheers Chris Maunder

                                      M Offline
                                      M Offline
                                      Mike Marynowski
                                      wrote on last edited by
                                      #24

                                      Yeah, I was thinking the same thing with regard to the app ecosystem. If they managed to do that well with the dev tools they have, I can't imagine how great an MS phone done right would have been. Although somewhat counter-intuitively, perhaps their app ecosystem is stronger because the only apps that make it to the app store are made by superstars with the persistence to get there. Maybe the higher barrier to entry results in only much more dedicated devs getting over the barrier?

                                      Blog: [Code Index] By Mike Marynowski | Business: Singulink

                                      C 1 Reply Last reply
                                      0
                                      • Z zezba9000

                                        If you develop for iOS you need to use macOS. Trying to hack around it any other way is a waste of time. Get a Mac Mini and use VS for Mac and move on.

                                        C Offline
                                        C Offline
                                        Chris Maunder
                                        wrote on last edited by
                                        #25

                                        But I don't want to. I want to have my Mac sitting there obeying every command my Windows machine (which is actually a Mac) sends it. I want it to Just Work. And I also want World Peace and a ride on a Unicorn.

                                        cheers Chris Maunder

                                        1 Reply Last reply
                                        0
                                        • M Mike Marynowski

                                          Yeah, I was thinking the same thing with regard to the app ecosystem. If they managed to do that well with the dev tools they have, I can't imagine how great an MS phone done right would have been. Although somewhat counter-intuitively, perhaps their app ecosystem is stronger because the only apps that make it to the app store are made by superstars with the persistence to get there. Maybe the higher barrier to entry results in only much more dedicated devs getting over the barrier?

                                          Blog: [Code Index] By Mike Marynowski | Business: Singulink

                                          C Offline
                                          C Offline
                                          Chris Maunder
                                          wrote on last edited by
                                          #26

                                          Mike Marynowski wrote:

                                          only apps that make it to the app store are made by superstars

                                          I was thinking about that too: the quality of apps that came out with the phone were phenomenal. There was a massive shift in the expectation of consumers on the level of fit and finish in an app and that came from the focus on design. Windows apps were always pretty rough. Lots of knobs and controls and small text input boxes. iPhone apps (and subsequently Android apps) were a completely different beast. Microsoft tried through the Metro design but it was just all harsh, flat unfriendly squares with thin skeletal fonts.

                                          cheers Chris Maunder

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups