Appium. How to install app from apple store












0














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?










share|improve this question





























    0














    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?










    share|improve this question



























      0












      0








      0







      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?










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 22 '18 at 10:14









      Wasiq Bhamla

      67359




      67359










      asked Nov 19 '18 at 15:25









      Alex CapAlex Cap

      616




      616
























          1 Answer
          1






          active

          oldest

          votes


















          2














          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.






          share|improve this answer























          • 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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          2














          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.






          share|improve this answer























          • 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
















          2














          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.






          share|improve this answer























          • 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














          2












          2








          2






          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.






          share|improve this answer














          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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


















          • 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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith