Skip to main content

Command Palette

Search for a command to run...

How to Resolve Missing Clear Source of Information - Disclaimer App Rejection?

App description needs to be updated to clearly state the source of information and whether the app represents the government entity.

Updated
2 min read
How to Resolve Missing Clear Source of Information - Disclaimer App Rejection?
V

I'm a self-taught hobbyist Android developer who loves to build projects and share valuable tips for new Android developers.

Feel free to comment, share or connect with me!

When I first submitted my US Election Info app, I got rejected.

resolve_missing_clear_source_of_Information_01.JPG

These are the details:

Disclaimer/Source: Missing Clear Source of Information/Disclaimer App provides government information without providing the sources of the information and a clear disclaimer that the app do not represent the government entity in the app description.

So I dug a bit further and found the following requirement:

Since my app does not affiliate with any government, I refer to Unaffiliated apps that communicate government information section. There are 2 things that I need to do:

  • Clearly conveying the sources to users in the app description, and
  • Making clear that the app does not represent a government or political entity.

What exactly I need to do?

I wasn't sure, and I googled this a bit. It turned out that I need to update my App description. So I added the disclaimer at the end of the app description.

This is the exact text that I added:

Disclaimer
(1) Information on this app comes from the <a href="https://developers.google.com/civic-information/">Google Civic Information API</a>, which aggregates data across the United States on elected officials in federal, state, county and local government offices.
(2) This app does not represent any government or political entity. Your use of this information provided on this app is solely at your own risk.

Please note that you can add link in the app decription using <a> tag.

This is how the texts look like at the bottom of my app description:

resolve_missing_clear_source_of_Information_02.JPG

After updating the app description, it gets approved!

Android App Dev

Part 40 of 47

Discover helpful tips and tricks for Android app development and Jetpack Compose through my personal journey and experience.

Up next

How to Declare Variables in Android String Resources?

To be referenced by another string resources to avoid duplicated hard-coded strings in different places.