Appium. How to install app from apple store
Previously I've used builds from hockeyapp.
Installation was using url to .ipa file on hockeyapp.
Now I'm trying to do the same but using some url to app store.
Unfortunately it's not working in this way.
Question:
- how to install app from apple store on my real iOS devise with appium?
- how to get url to .ipa file from apple store?
appium appium-ios
add a comment |
Previously I've used builds from hockeyapp.
Installation was using url to .ipa file on hockeyapp.
Now I'm trying to do the same but using some url to app store.
Unfortunately it's not working in this way.
Question:
- how to install app from apple store on my real iOS devise with appium?
- how to get url to .ipa file from apple store?
appium appium-ios
add a comment |
Previously I've used builds from hockeyapp.
Installation was using url to .ipa file on hockeyapp.
Now I'm trying to do the same but using some url to app store.
Unfortunately it's not working in this way.
Question:
- how to install app from apple store on my real iOS devise with appium?
- how to get url to .ipa file from apple store?
appium appium-ios
Previously I've used builds from hockeyapp.
Installation was using url to .ipa file on hockeyapp.
Now I'm trying to do the same but using some url to app store.
Unfortunately it's not working in this way.
Question:
- how to install app from apple store on my real iOS devise with appium?
- how to get url to .ipa file from apple store?
appium appium-ios
appium appium-ios
edited Nov 22 '18 at 10:14


Wasiq Bhamla
67359
67359
asked Nov 19 '18 at 15:25


Alex CapAlex Cap
616
616
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There is no way you gonna install app from Apple Store via Appium:
- Appium is using WebDriverAgent for iOS Automation
WebDriverAgent should be signed with same Apple developer account that your app was signed- Appium can interact only with the app that was signed described way, so it cannot download anything from Apple store and even if you get app from store Appium would not be able to interact with it.
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
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%2fstackoverflow.com%2fquestions%2f53377781%2fappium-how-to-install-app-from-apple-store%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
There is no way you gonna install app from Apple Store via Appium:
- Appium is using WebDriverAgent for iOS Automation
WebDriverAgent should be signed with same Apple developer account that your app was signed- Appium can interact only with the app that was signed described way, so it cannot download anything from Apple store and even if you get app from store Appium would not be able to interact with it.
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
add a comment |
There is no way you gonna install app from Apple Store via Appium:
- Appium is using WebDriverAgent for iOS Automation
WebDriverAgent should be signed with same Apple developer account that your app was signed- Appium can interact only with the app that was signed described way, so it cannot download anything from Apple store and even if you get app from store Appium would not be able to interact with it.
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
add a comment |
There is no way you gonna install app from Apple Store via Appium:
- Appium is using WebDriverAgent for iOS Automation
WebDriverAgent should be signed with same Apple developer account that your app was signed- Appium can interact only with the app that was signed described way, so it cannot download anything from Apple store and even if you get app from store Appium would not be able to interact with it.
There is no way you gonna install app from Apple Store via Appium:
- Appium is using WebDriverAgent for iOS Automation
WebDriverAgent should be signed with same Apple developer account that your app was signed- Appium can interact only with the app that was signed described way, so it cannot download anything from Apple store and even if you get app from store Appium would not be able to interact with it.
edited Nov 29 '18 at 11:59
answered Nov 19 '18 at 17:46


dmledmle
1,7951614
1,7951614
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
add a comment |
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
tnx for aswering. To be true I'm not familiar with iOS, could you please describe what does it mean? I can suggetst that my Apple profile has all needed certificates/signs. As I uderstood WebDrverAgent was installed automatically by Appium. But I have no idea how to install te app =(
– Alex Cap
Nov 24 '18 at 10:08
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
Appium can interact with your app only if its signed with an Apple developer account and you sign WebDriverAgent with the same certificate. But there is no way Appium can download smth from Apple store and interact with app downloaded from the store, its kind of limitation.
– dmle
Nov 28 '18 at 22:11
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
I suggest you read Appium docs to get familiar on how it may work appium.io/docs/en/drivers/ios-xcuitest-real-devices
– dmle
Nov 28 '18 at 22:12
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
will check tnx.
– Alex Cap
Nov 29 '18 at 11:31
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fstackoverflow.com%2fquestions%2f53377781%2fappium-how-to-install-app-from-apple-store%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