diff --git a/tools/python/check_store_metadata.py b/tools/python/check_store_metadata.py index 3693267c7f..0f952459a9 100755 --- a/tools/python/check_store_metadata.py +++ b/tools/python/check_store_metadata.py @@ -108,6 +108,7 @@ def check_ios(): ok = check_text(locale + "keywords.txt", 100) and ok ok = check_url(locale + "support_url.txt") and ok ok = check_url(locale + "marketing_url.txt") and ok + ok = check_url(locale + "privacy_url.txt") and ok return ok if __name__ == "__main__":