简体   繁体   English

如果我的android-app只是内部应用,是否需要Google的证书?

[英]Do I need a certificate from google if my android-app is just inhouse?

I don't want to deploy it in the play store. 我不想在Play商店中部署它。 The deployement process shout be mail or by http (click by link) or later by MDM, and there will be no need ever for deploying the app in to the store. 部署过程是通过邮件或http(单击链接)或稍后通过MDM进行的,因此无需将应用程序部署到商店中。 Do i need a certificate for this purpose? 为此我需要证书吗? As an IOS-App i would say yes but on Android side it's different is it? 作为一个IOS-App,我会说是的,但是在Android方面,是不同的吗?

regards && tia noircc 问候&& tia noircc

You do not need to request a Certificate from google to publish to the Play Store. 您无需从Google申请证书即可发布到Play商店。

But: You will have to create a Certificate and sign your app because only signed apps can be installed. 但是:您将必须创建证书并签署您的应用程序,因为只能安装已签署的应用程序。

So, yes, you do need a Certificate, but you have to create it yourself. 因此,是的,您确实需要证书,但是您必须自己创建它。 Read details on how to create a certificate and how sign your app here: App Signing 在此处阅读有关如何创建证书以及如何对应用程序进行签名的详细信息: 应用程序签名

Android deployment is far easier then with the iOS Apps. 与iOS应用相比,Android部署要容易得多。 If you are using Eclipse as IDE, you can just follow the instructions in the menu to export your App. 如果您使用Eclipse作为IDE,则可以按照菜单中的说明导出应用程序。 The only thing you will have to do is create a keystore, which will be used when you create updates for your Apps. 您唯一要做的就是创建一个密钥库,该密钥库将在您为Apps创建更新时使用。

No you don't there are no restrictions if your distribute your app in any other way than through the play store. 不,如果您通过Play商店以外的其他方式分发应用程序,则没有任何限制。 I don't know what you exactly mean by certificate, but when you release your app you sign it with your own certificate. 我不知道证书的确切含义,但是在发布应用程序时,您需要使用自己的证书对其进行签名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM