• underline960@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    22
    arrow-down
    5
    ·
    2 days ago

    For quality assurance reasons, we’ve defined ‘within the app’ as ‘everything on the phone while our app is running in the background’.

    • disguy_ovahea@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      2 days ago

      The API for iOS screen recording is sandboxed to the app itself. There is currently no system-wide screen recording API for developers.

      • kalleboo@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        1 day ago

        iOS does have an API for apps to record the screen throughout the OS these days through Broadcast Extensions, but it has to be user-initiated through the control center screen recording toggle (where they then get to pick what app to record the screen to instead of just saving as a video), it wouldn’t do that people think the T-Mobile app is doing

        • disguy_ovahea@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day ago

          I see it now. Yes, broadcasting is available, but with the limitations you’ve specified. Thanks for the update/correction!

    • pixely@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 days ago

      That’s not possible without a permission prompt (on both iOS and android). So there’s no changing the goalposts like you suggest, without the user giving explicit permission.

      • Lyrl@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        It’s not possible at all, no permission exists that lets an Android app record something in another app. Much to the sadness of the mobile Hearthstone community that would love collection managers and stat tracking apps like what PC and Mac have.

        • Refurbished Refurbisher@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          2 days ago

          Yeah, it’s possible with something like Shizuku. scrcpy works via adb, so something similar could work on-device.

          It’s just not a part of Android’s standard permission system.