How can I make my iOS app “Sold Out”?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite
1












I have an app available on the App Store and regardless of the reason, I want it to be "Sold out" for the next month while still having the ability to release updates.



Is this possible and if yes, what’s the best way to go about this?



I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.










share|improve this question









New contributor




Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    3
    down vote

    favorite
    1












    I have an app available on the App Store and regardless of the reason, I want it to be "Sold out" for the next month while still having the ability to release updates.



    Is this possible and if yes, what’s the best way to go about this?



    I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.










    share|improve this question









    New contributor




    Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1





      I have an app available on the App Store and regardless of the reason, I want it to be "Sold out" for the next month while still having the ability to release updates.



      Is this possible and if yes, what’s the best way to go about this?



      I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.










      share|improve this question









      New contributor




      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have an app available on the App Store and regardless of the reason, I want it to be "Sold out" for the next month while still having the ability to release updates.



      Is this possible and if yes, what’s the best way to go about this?



      I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.







      ios-appstore






      share|improve this question









      New contributor




      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 3 hours ago









      Nimesh Neema

      10.3k42456




      10.3k42456






      New contributor




      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      Swift Geek

      162




      162




      New contributor




      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Swift Geek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          3
          down vote














          I want it to be "Sold out" for the next month while still having the ability to release updates.




          There is no such provision available on the App Store, hosting the app while users can’t purchase/install it. Most likely explanation would be that it interferes with the overall UX and has the potential of confusion users.




          I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.




          Hiking the price temporarily would not be an advisable approach, as it may bring negatively publicity to the app. This approach could also likely cause the app update to get rejected.



          If you would like to control when the update gets released on the App Store, you can choose to manually release instead of automatically release when approved when submitting the app update.






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "118"
            ;
            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',
            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
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Swift Geek is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f341310%2fhow-can-i-make-my-ios-app-sold-out%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote














            I want it to be "Sold out" for the next month while still having the ability to release updates.




            There is no such provision available on the App Store, hosting the app while users can’t purchase/install it. Most likely explanation would be that it interferes with the overall UX and has the potential of confusion users.




            I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.




            Hiking the price temporarily would not be an advisable approach, as it may bring negatively publicity to the app. This approach could also likely cause the app update to get rejected.



            If you would like to control when the update gets released on the App Store, you can choose to manually release instead of automatically release when approved when submitting the app update.






            share|improve this answer


























              up vote
              3
              down vote














              I want it to be "Sold out" for the next month while still having the ability to release updates.




              There is no such provision available on the App Store, hosting the app while users can’t purchase/install it. Most likely explanation would be that it interferes with the overall UX and has the potential of confusion users.




              I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.




              Hiking the price temporarily would not be an advisable approach, as it may bring negatively publicity to the app. This approach could also likely cause the app update to get rejected.



              If you would like to control when the update gets released on the App Store, you can choose to manually release instead of automatically release when approved when submitting the app update.






              share|improve this answer
























                up vote
                3
                down vote










                up vote
                3
                down vote










                I want it to be "Sold out" for the next month while still having the ability to release updates.




                There is no such provision available on the App Store, hosting the app while users can’t purchase/install it. Most likely explanation would be that it interferes with the overall UX and has the potential of confusion users.




                I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.




                Hiking the price temporarily would not be an advisable approach, as it may bring negatively publicity to the app. This approach could also likely cause the app update to get rejected.



                If you would like to control when the update gets released on the App Store, you can choose to manually release instead of automatically release when approved when submitting the app update.






                share|improve this answer















                I want it to be "Sold out" for the next month while still having the ability to release updates.




                There is no such provision available on the App Store, hosting the app while users can’t purchase/install it. Most likely explanation would be that it interferes with the overall UX and has the potential of confusion users.




                I am considering changing the price of the app to the max tier and writing "Sold out, restocking on xx.xx.xxxx" in the promotional text.




                Hiking the price temporarily would not be an advisable approach, as it may bring negatively publicity to the app. This approach could also likely cause the app update to get rejected.



                If you would like to control when the update gets released on the App Store, you can choose to manually release instead of automatically release when approved when submitting the app update.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 3 hours ago

























                answered 3 hours ago









                Nimesh Neema

                10.3k42456




                10.3k42456




















                    Swift Geek is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Swift Geek is a new contributor. Be nice, and check out our Code of Conduct.












                    Swift Geek is a new contributor. Be nice, and check out our Code of Conduct.











                    Swift Geek is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f341310%2fhow-can-i-make-my-ios-app-sold-out%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    What does second last employer means? [closed]

                    List of Gilmore Girls characters

                    Confectionery