How to resolve Author signature issue?

女生的网名这么多〃 提交于 2020-01-22 16:54:05

问题


I have an app on tizen TV store and when I am trying to update version then I get the following error "Author signature of the App you would like to register is set incorrectly. Try check your author-signature.xml file please."

Please help me to solve this issue.


回答1:


Let's check step by step....

  • The package you have uploaded was generated using 'Right click on project > Build a signed package?

  • Make sure you are using the same keystore than in previous app. You can find the Certificate Manager under Tools > Certificate Manager

If you have several certificates profiles and want to check which one was used to sing your published app, you can:

  1. Download it from Samsung Seller (under Information for Verification > App Source)
  2. Open the wgt file using 7z or similar.
  3. Locate the author-signature.xml and signature1.xml files and open them using an editor (Tizen Studio, Notepad++, ...)
  4. The first KeyInfo > X509Data > X509Certificate tag on author-signature.xml corresponds to author.crt file
  5. The first KeyInfo > X509Data > X509Certificate tag on signature-1.xml corresponds to distributor.crt file



来源:https://stackoverflow.com/questions/52425454/how-to-resolve-author-signature-issue

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