def get_file_md5(ipa): return app_utils.file_md5(ipa)
def get_file_md5(ipa_path): return app_utils.file_md5(ipa_path)