I have a problem regarding scammers in my app:
- In the private chat between users, users may feel comfortable sending nudes or other sensitive information
- The other user is a scammer and might screenshot the information and will re-sell it else where or use it to blackmail the user in some capacity.
I can detect screen recordings and if there is an active capturing in progress can hide content
However with screenshots I can only detect the screenshot after the fact but not beforehand to black out content.
Are there any known code patterns or SDKs that assist with this?