Google guidelines for removing apps from Google Console.

Filippo

Expert
Licensed User
Longtime User
Hi,

These are the Google guidelines that must be met in order to remove a no longer used app from the Google Console.
The problem is that with these Google guidelines, in most cases, it is not possible to remove the app.
I have some apps that have been out of publishing for a long time and have zero downloads and can't be removed because someone installed it at some point.

Attached are 2 examples:

 

hatzisn

Well-Known Member
Licensed User
Longtime User
Google is famous in same results If's:
For example:

B4X:
If UserDeniesTheKeepingOfHisData Then
       Call KeepTheData
Else
       Call KeepTheData
End If

If UserWantsToRemoveAnApp Then
     Call DontRemoveTheApp
Else
     Call DontRemoveTheApp
End If

If UserSaidNo Then
     Call HeOrSheSaidYes
Else
     Call HeOrSheSaidYes
End If
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…