在組織內分發 Android 應用 (Distribute Android apps within organization)


問題描述

在組織內分發 Android 應用 (Distribute Android apps within organization)

我必須在我的組織內分發 Android 應用程序。我有一個谷歌開發者帳戶。下面它告訴登錄到管理控制台以啟用私人頻道。https://support.google.com/a/answer/2494992?hl=en

問題 ‑ 它沒有讓我登錄,因為 Google 幫助指出 my.account@company.com 沒有管理員,而是由谷歌。

要求 ‑ 那麼我怎樣才能獲得管理員帳戶。

任何幫助將不勝感激。

問候


參考解法

方法 1:

You can provide the .apk files directly to your organization.

Either you can allow to download a signed .apk file through a web site which will launch the install procedure or you can make an app market which provides a list of .apk files and installs them automatically, as Amazon's App Shop.

方法 2:

I'm not sure if Google account allows you to share app locally. But we use Hockeyapp to do the same. It works great. You can even integrate it to your app and upload the crashes too. Many other features. Take a look at this to know other solutions. It supports iOS as well as Android and offers a good user experience.

But you've to pay a bit for it. CashAnalytics is free. Do small research for yourself. </p>

方法 3:

I have used crashlytics for this purpose in my last project.

It works great for beta distribution in development phase.
Also, it's crash reporting is excellent to guide you to the source code line causing crashes.</p>

(by sajjooGoufalitecgrRaViMete)

參考文件

  1. Distribute Android apps within organization (CC BY‑SA 2.5/3.0/4.0)

#google-play-services #admin #Android






相關問題

無法從 Android SDK 管理器安裝/下載 SDK (Unable to install/download SDK from Android SDK manager)

google-play-services_lib.jar bị thiếu trong thư mục lib SDK google_play_services (google-play-services_lib.jar missing from SDK google_play_services lib folder)

谷歌播放服務認證(oauth 2.0) (Google play service authentication (oauth 2.0))

在帶有 Android 的 Xamarin Studio 上使用 AdMob,Google Play 服務不存在 (Use AdMob on Xamarin Studio with Android, Google Play Services don't exist)

谷歌登錄使用新的 GoogleSignInOptions 獲取訪問令牌 (Google login get access token with new GoogleSignInOptions)

在組織內分發 Android 應用 (Distribute Android apps within organization)

如何提供啟用 GPS 的選項 (How to give option for enable GPS)

玩遊戲服務,我們能知道我們什麼時候通過另一個hiscore嗎? (Play Game Services, can we know when we pass another hiscore?)

Android 使用 Google 的位置服務對話框 (Android Use Google's location service dialog)

statusCode=SIGN_IN_REQUIRED, resolution=null 只有開發者 ID 可以登錄 else 錯誤 (statusCode=SIGN_IN_REQUIRED, resolution=null Only developer Id can Login else error)

項目中同時擁有 GMS 和 HMS (Have both GMS and HMS in the project)

谷歌cast MediaNotificationService 中的大量RemoteServiceExceptions (Large number of RemoteServiceExceptions in Google's cast MediaNotificationService)







留言討論