My app displays "This site might be harmful"?

I got this message from one of my users:

My app has users table that contains:

  • few admins (who administer the tennis league)
  • the rest are players who can login just to see the data

Each player has email and phone number that are public data for all users of the app (even displayed in app UI). Players data live in Players table, but each player has its own row in Users table.

Why I am getting this message on certain screens? There is nothing to hide. The screen shot I provided is from one of admin users who was maintaining the league matches.

Attaches is a whole screen shot in Serbian :slight_smile:

Thanks

I’ve never seen this message on any of my apps.

Did it suddenly appear on yours after you made a change? Does it happen just after the user signs in? Or on a specific screen? Or only for some users and notfor others though they all seem in the same situation?

(Maybe your app is rebelling because Djokovic decided to not play in Madrid :wink:)

2 Likes

:joy::joy::joy: for Djokovic

Never seen this myself. Just got a screen shot from the user. And also in Serbian. The user has Samsung and access the app from Samsung built in browser.

The strangest thing is which party brought the message in Serbian? Glide certainly didn’t localize.

This is a mystery. I hope someone here will come up with the idea how to get rid od this

1 Like

I’d say it’s the browser that’s generating the warning, including the translation.

You said the user is running it in the Samsung browser?

What happens if he runs it in Chrome, and actually installs the App on his home screen?

1 Like

I will be collecting feedback from app users.

By the way - I haven’t used row owner througout the app. I thought the message has something with not using row owner

Row Owners shouldn’t be a factor here. Row Owners only tells the server what data to send to the device.

1 Like