Best way to install Android app on 500 tablets?
We have 500 tablets that need to go out with our Android app pre-installed. From our experience so far, the only way to install the apps is by creating a new Google account, logging into the play store, and installing the app. The problem with this method is that it's very time consuming, it's creating junk accounts that I'm sure Google doesn't want, and each new account requires a phone number to verify and you can only create a limited number of accounts on a single phone number.
The obvious alternative is to side load the app with the APK file manually, but the downside to this is that we want to be able to update the app later. My understanding is that if we side load the app we can't update the app automatically.
We are already using Ionic Pro which has live deploy which handles most small updates but it can't live deploy any updates that involve updates to the cordova/native plugins.
Since both of these methods have drawbacks, I'm hoping there's another way. I'm curious how educational institutions are able to preload apps on classroom tablets that update without an account logged into the Play Store.
To be clear, and to avoid duplication of other similar questions, what I'm really looking for is to use the Google Play Store for updates, not bypass it, but without having a unique Google account per tablet.
google-play-store
add a comment |
We have 500 tablets that need to go out with our Android app pre-installed. From our experience so far, the only way to install the apps is by creating a new Google account, logging into the play store, and installing the app. The problem with this method is that it's very time consuming, it's creating junk accounts that I'm sure Google doesn't want, and each new account requires a phone number to verify and you can only create a limited number of accounts on a single phone number.
The obvious alternative is to side load the app with the APK file manually, but the downside to this is that we want to be able to update the app later. My understanding is that if we side load the app we can't update the app automatically.
We are already using Ionic Pro which has live deploy which handles most small updates but it can't live deploy any updates that involve updates to the cordova/native plugins.
Since both of these methods have drawbacks, I'm hoping there's another way. I'm curious how educational institutions are able to preload apps on classroom tablets that update without an account logged into the Play Store.
To be clear, and to avoid duplication of other similar questions, what I'm really looking for is to use the Google Play Store for updates, not bypass it, but without having a unique Google account per tablet.
google-play-store
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51
add a comment |
We have 500 tablets that need to go out with our Android app pre-installed. From our experience so far, the only way to install the apps is by creating a new Google account, logging into the play store, and installing the app. The problem with this method is that it's very time consuming, it's creating junk accounts that I'm sure Google doesn't want, and each new account requires a phone number to verify and you can only create a limited number of accounts on a single phone number.
The obvious alternative is to side load the app with the APK file manually, but the downside to this is that we want to be able to update the app later. My understanding is that if we side load the app we can't update the app automatically.
We are already using Ionic Pro which has live deploy which handles most small updates but it can't live deploy any updates that involve updates to the cordova/native plugins.
Since both of these methods have drawbacks, I'm hoping there's another way. I'm curious how educational institutions are able to preload apps on classroom tablets that update without an account logged into the Play Store.
To be clear, and to avoid duplication of other similar questions, what I'm really looking for is to use the Google Play Store for updates, not bypass it, but without having a unique Google account per tablet.
google-play-store
We have 500 tablets that need to go out with our Android app pre-installed. From our experience so far, the only way to install the apps is by creating a new Google account, logging into the play store, and installing the app. The problem with this method is that it's very time consuming, it's creating junk accounts that I'm sure Google doesn't want, and each new account requires a phone number to verify and you can only create a limited number of accounts on a single phone number.
The obvious alternative is to side load the app with the APK file manually, but the downside to this is that we want to be able to update the app later. My understanding is that if we side load the app we can't update the app automatically.
We are already using Ionic Pro which has live deploy which handles most small updates but it can't live deploy any updates that involve updates to the cordova/native plugins.
Since both of these methods have drawbacks, I'm hoping there's another way. I'm curious how educational institutions are able to preload apps on classroom tablets that update without an account logged into the Play Store.
To be clear, and to avoid duplication of other similar questions, what I'm really looking for is to use the Google Play Store for updates, not bypass it, but without having a unique Google account per tablet.
google-play-store
google-play-store
edited Nov 27 '18 at 23:51
Citizen
asked Nov 27 '18 at 18:45
CitizenCitizen
1436
1436
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51
add a comment |
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51
add a comment |
1 Answer
1
active
oldest
votes
I do not think you need a unique account. I have several devices that all use the same account. That aside...
Sideloaded apps should be able to update from Google Play. I just tested this myself. I installed an older version of Discord on my phone, opened a fresh run of Google Play, and checked for updates. It showed me that there was an update and was able to do it.
Since 2015, Google Play is able to detect the keystore signature of the apps. As long as the one installed and the one on the market are signed the same, then it should update.
You should be able to test it yourself, assuming you have older version of your app that you can fiddle with.
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "139"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fandroid.stackexchange.com%2fquestions%2f204384%2fbest-way-to-install-android-app-on-500-tablets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I do not think you need a unique account. I have several devices that all use the same account. That aside...
Sideloaded apps should be able to update from Google Play. I just tested this myself. I installed an older version of Discord on my phone, opened a fresh run of Google Play, and checked for updates. It showed me that there was an update and was able to do it.
Since 2015, Google Play is able to detect the keystore signature of the apps. As long as the one installed and the one on the market are signed the same, then it should update.
You should be able to test it yourself, assuming you have older version of your app that you can fiddle with.
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
add a comment |
I do not think you need a unique account. I have several devices that all use the same account. That aside...
Sideloaded apps should be able to update from Google Play. I just tested this myself. I installed an older version of Discord on my phone, opened a fresh run of Google Play, and checked for updates. It showed me that there was an update and was able to do it.
Since 2015, Google Play is able to detect the keystore signature of the apps. As long as the one installed and the one on the market are signed the same, then it should update.
You should be able to test it yourself, assuming you have older version of your app that you can fiddle with.
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
add a comment |
I do not think you need a unique account. I have several devices that all use the same account. That aside...
Sideloaded apps should be able to update from Google Play. I just tested this myself. I installed an older version of Discord on my phone, opened a fresh run of Google Play, and checked for updates. It showed me that there was an update and was able to do it.
Since 2015, Google Play is able to detect the keystore signature of the apps. As long as the one installed and the one on the market are signed the same, then it should update.
You should be able to test it yourself, assuming you have older version of your app that you can fiddle with.
I do not think you need a unique account. I have several devices that all use the same account. That aside...
Sideloaded apps should be able to update from Google Play. I just tested this myself. I installed an older version of Discord on my phone, opened a fresh run of Google Play, and checked for updates. It showed me that there was an update and was able to do it.
Since 2015, Google Play is able to detect the keystore signature of the apps. As long as the one installed and the one on the market are signed the same, then it should update.
You should be able to test it yourself, assuming you have older version of your app that you can fiddle with.
answered Nov 27 '18 at 19:47
CodeMonkeyCodeMonkey
619418
619418
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
add a comment |
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
Thanks! Does the updates done to sideloaded apps work even if you never log into Google Play?
– Citizen
Nov 27 '18 at 20:59
1
1
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
@Citizen Unfortunately to get the updates on any app not developed by Google, you have to sign in to an account. However, you should be able to use just one dummy account across all devices.
– CodeMonkey
Nov 27 '18 at 21:30
add a comment |
Thanks for contributing an answer to Android Enthusiasts Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fandroid.stackexchange.com%2fquestions%2f204384%2fbest-way-to-install-android-app-on-500-tablets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Not saying you should keep doing what you're doing, but trust me: Google doesn't care at all about these "junk accounts". They will likely never even notice them...
– only_pro
Nov 27 '18 at 22:46
@only_pro the other issue is that they require phone numbers to verify and you can only create a limited number of accounts on a single phone number.
– Citizen
Nov 27 '18 at 23:51