• Whirlybird@aussie.zone
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    1 year ago

    So many apps are secretly sending anything and everything you do in the app to 3rd parties without your knowledge

    This is no different to websites via browsers though, so it’s a moot point.

    With an app they can do whatever they want with your data without you even knowing it.

    No, they can’t, because they don’t have access to “your data”. All they can get is usage data, which they’re entitled to because you’re using their product.

    • jet@hackertalks.com
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      1
      ·
      1 year ago

      The information available to a installed app is greater then that of a website in a browser. Full stop. You can argue till your blue in the face about what permissions you grant in iOS, but you are relying on iOS to not leak data (they do), and what they consider “tracking” - which may differ from what you consider tracking. Browsers provide much higher barriers to system information.

      There is no reason a website shouldn’t work on a phone, many cell phones today are more powerful then laptops 5-10 years ago. A progressive web app (hi Voyager!) is a excellent way to minimize development time, and provide a consistent experience across platforms (desktop, android, iOS), and it doesn’t require yet another app.

      The benefits of having a app on a device are LEGION! You get more telemetry, you get to push notifications, you get to push updates, you get access to logged in accounts on the device. You can correlate location data (by ip tracking if nothing else) even when the app isn’t in use. Depending on the operating system permissions, you can get lots of data and feed it into some analytics framework that is much greater then people realize.

      TLDR: Apps should be optional, any site that uses dark patterns to push a application install is user-hostile and doesn’t have your best interest at heart. (See Reddit).

      • Whirlybird@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        7
        ·
        1 year ago

        “The app can still get your contacts even if the OS never gives it permission to and clearly shows that it doesn’t have access to them. Trust me bro”

        Yeaaaaaaah nah.

          • Whirlybird@aussie.zone
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            edit-2
            1 year ago

            First link:

            This is before the introduction of Apple’s new opt-in mechanism for tracking in 2021. Our dataset therefore reflects privacy in the app ecosystem shortly before this policy change.

            Cool, so the data is completely irrelevant.

            Trackers are not the same as having access to your personal data that is on your device. No amount of trackers on an iOS app can make an app have access to your contacts without you literally clicking allow access to your contacts when it requests it.

            Trackers track what you’re doing, they don’t datamine your phone.

    • Psythik@lemm.ee
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      1 year ago

      Usage data is still your data. Also I already addressed the tracking issue by bringing up browser extensions and security settings. You must have missed that part in my post.

      Try Googling “how apps track you”. You’d be amazed by what information apps can obtain from you, even if they don’t have direct access to your files/location/call logs/etc.

      • Whirlybird@aussie.zone
        link
        fedilink
        arrow-up
        2
        arrow-down
        5
        ·
        1 year ago

        Usage data is still your data.

        Eh, debatable. It’s the companies data since you agreed to letting them know what you’re using their site for. If they don’t know what link you clicked, they can’t take you to that link. If you clicked the link, they record that data and it is their data.

        Also I already addressed the tracking issue by bringing up browser extensions and security settings.

        The same way I addressed it by bringing up OS tracking requests and security settings.

        I know how apps track you. I don’t need to google anything. I’m a web dev by trade. I know that an app can’t obtain your contact information from your phone without requesting your contact data and without you approving that request.