• Moonrise2473@feddit.it
    link
    fedilink
    arrow-up
    67
    ·
    10 months ago

    To make apps for Android you can take a 15 years old PC from the dumpster and a 5 years old smartphone that your cousin threw away and you’re done. No other payment required.

    To make apps for iOS you need to have a supported Mac and you need to have a supported iPhone. The OS upgrade treadmill means you need to buy a new one of both every 5-6 year (or used every 2-3 years). Finally, you need to pay a yearly $100 development subscription forever. (When you stop paying, your apps are unpublished)

    Also: on Android you share the source and anyone can compile it even a decade after release. On iOS compiling old source is much more difficult as you probably need to change or fix to the updated apis

      • davehtaylor@beehaw.org
        link
        fedilink
        arrow-up
        12
        ·
        10 months ago

        Android studio on a modern computer is painful

        Also on Android, Google decides what models of phones are able to use the Play Store. So unless you get into a third party store, or expect your users to side-load, that old smartphone might not be so useful.

        • Moonrise2473@feddit.it
          link
          fedilink
          arrow-up
          14
          ·
          10 months ago

          The old smartphone is only used for testing, you can literally use whatever you want (with increasing limitations), if you really want you can use even an HTC dream with Android 2

    • NightOwl@lemmy.one
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      10 months ago

      Yeah, subscription cost has led to apps that would be free on Android being paid on Apple or opting out of being available all together. Not just on iOS but MacOS too, and opting for being available outside the Mac store.

    • mtchristo@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      Android studio is a very heavy peace of garbage! you need modern hardware to get somewhere.

      • Moonrise2473@feddit.it
        link
        fedilink
        arrow-up
        12
        ·
        10 months ago

        Can use an ancient version of eclipse if you really want.

        The point btw is that there’s isn’t a marketing department that artificially decides that your computer is too old to run a specific application and you need to buy a new one

        • xigoi@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          I thought Android Studio (or more specifically, the Android SDK) is required for making Android apps?

          • Moonrise2473@feddit.it
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            You aren’t limited to that, android studio is just a customized specialized version of JetBrains IntelliJ IDEA, if someone has a lot of time and patience, can use another ide

  • jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    37
    ·
    10 months ago

    On apple/iOS - The app store, you have to pay a annual fee to be a registered developer.

    On android you have f-droid, fully open source, no fees.

      • jet@hackertalks.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        10 months ago

        There is a fee to list on the google play store? i had no idea!

        I think its fair for a FOSS developer to make it free on fdroid and charge $1-5 on the play store, but i rarely see it. :)

        • notepass@feddit.de
          link
          fedilink
          arrow-up
          4
          ·
          10 months ago

          There is a one-time signup fee. Last time I heard about it it was 20$ or something. I don’t think you have to pay per listing.

    • smeg@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      You can side-load an app from anywhere so you don’t even need storefronts like f-droid, you can just have the APKs as releases right with wherever you’re hosting the source code!

  • Elise@beehaw.org
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    10 months ago

    I’ve made some apps in my life and one time I made something for myself and simply skipped apple because it isn’t worth the headache.

    For starters you’ll need an OSX VM, then pay 100 eur a year for a dev account, and then manage those god awful provisioning profiles.

    Finally, side loading wasn’t possible back then and their store is a black box and follows strange arbitrary American centric rules.

    Edit: Also I should add that in order to get my hands on an OSX iso ten years ago I had to find someone with an apple computer to be able to purchase the OS with my account. And apparently this is a legal gray zone.

    These days it’s a bit easier because you can use a cloud build provider and just stuff the provisioning profiles in there, for example if you use Unity3d.

    • spiritedpause@lemmy-u6723.vm.elestio.appOP
      link
      fedilink
      arrow-up
      6
      ·
      10 months ago

      haha not at all, it’s moreso that it seems like the open source weather app category has a particularly large gap in options on iOS vs Android compared to other categories, which I found strange. But I can see why the usual factors are causing it, as other commenters mentioned.

      • Lem Jukes@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        Not a dev just a vaguely informed layman. But my understanding would be that the primary API iOS weather apps would use is weatherkit, which is not open source.

  • Muddybulldog@mylemmy.win
    link
    fedilink
    English
    arrow-up
    12
    ·
    10 months ago

    In addition to the reasons already mentioned, Apple has a requirement that applications have a novel component. While it’s often questionable as to what is considered “novel” Weather applications get contrasted against the built-in weather app. If the app simply duplicates the functionality it will be rejected.

  • Rentlar@beehaw.org
    link
    fedilink
    arrow-up
    10
    ·
    10 months ago

    This goes for any phone app:

    • No onerous Terms of Service Agreement required
    • cheap and easy to develop
    • Easy to make fully open source apps
    • great backwards compatibility (some apps built for Android versions from 13 years ago can still be used)
    • no need to be locked into Apple’s ecosystem
    • no need to pay Apple fees to “be a developer”.
    • easy to load apps into phone without going through the official store or “test flight”
  • shexbeer@feddit.de
    cake
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    Where do these opensource apps get their data from? Usually retrieving weather data costs money when you use an api. I guess those „opensource“ weather apps use an ad model to finance this api calls. May work on a large user base.

    Usally iOS users buy their products so i guess gathering a large user base for ad revenue model isnt working for those devs