How to get the URL for my App's APK? (Google Play Protect appeal)

随声附和 提交于 2019-12-14 02:58:59

问题


I need to send some info to Google Play Protect as, while my app works fine on Google Play Store, it comes up with an error for those downloading it from the Samsung App Store.

One of the questions is the URL to download my APK. I've only ever uploaded signed APK's I have generated to the app stores. I have never used a URL so how would I get that for my app so I can fill in this question for the Google Play Protect team.

Screenshot:


回答1:


finally, a link I tried worked and here is how to make it for FREE.

  1. Make a DropBox Account
  2. upload the apk to your DropBox Account
  3. get the share link
  4. Edit the link from “https://www.dropbox.com/s/example/app.apk?dl=0” to “https://www.dropbox.com/s/example/app.apk?dl=1” by changing the 0 at the end to 1
  5. you have successfully created an acceptable link.

update

after number 4 :

  • drop the edited link in bit.ly to shorten it to like bit.ly/example

and use this for url




回答2:


Just enter your Google Play store page (ending in your package name)

They can figure out everything they need from there

Example

https://play.google.com/store/apps/details?id=my.example.package


来源:https://stackoverflow.com/questions/52741982/how-to-get-the-url-for-my-apps-apk-google-play-protect-appeal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!