locked
New Interface makes it horrific to change app price RRS feed

  • Question

  • I am trying to update the price of an app, the new App Hub interface seems terrible if you want to go and change the price of your app. you have to select hundreds of dropdowns individually? Am I missing something?

    Wednesday, August 8, 2012 5:30 PM

Answers

  • Please see the 2 images below that Dennis_Zhang was referring to as the Hub and the app info page.

    The Pricing option for all the countries/regions is on the App info page.  You need to set the price here once and your app will be sold in the corresponding price tier.

    The "Market selection and custom pricing" screen that you went to is to enable the new feature in Dev Center that allows you to sell your app at different price tiers in specific countries. This page also allows you to choose specific countries in which you want to sell your app

    App submission hubApp info page with the pricing for all markets

    • Proposed as answer by urvint Friday, August 17, 2012 6:17 PM
    • Marked as answer by Danny G. - MS Saturday, August 18, 2012 8:05 AM
    Friday, August 17, 2012 6:17 PM

All replies

  • in the hub page, you can click app property. in that page, you change base price for all countries.
    Wednesday, August 8, 2012 5:53 PM
  • I'm trying to update the price as well and on the App Property page the base price is $0.00 and I can't change it (drop down doesn't work)
    Wednesday, August 8, 2012 6:57 PM
  • that is because you don't enter your tax and bank info. after you add tax and bank info, you will see the price dropdown is enabled.
    Wednesday, August 8, 2012 10:19 PM
  • So I have to enter it all over again? It was there before.
    Wednesday, August 8, 2012 10:48 PM
  • In what page? I don't understand where you are saying.

    The only place I see to change the price and market availability has a checkbox and dropdown for each country and one checkbox (but no dropdown) for all. It seems you have to select a price for each country individually, I can't set a .99 cent equivalent worldwide?

    -j

    Thursday, August 9, 2012 5:04 PM
  • click the "App info" button from the hub page. it will take you to the page where you can change the base price.
    Thursday, August 9, 2012 6:10 PM
  • I have completed both the e-W8-BEN form (without my country VAT id since it was optional,that happened at the day the new apphub was given to public) and my payout details. But still I cannot set the price of any app.

    Gamepad emulator - http://windowsphone.com/s?appid=ffa0f990-a6fa-490c-8236-1e493f8ee561 App Discounts (free promotional service) - http://windowsphone.com/s?appid=7401a064-e1bd-4e1b-a01a-5b39a3594952 Bouncing ballz http://windowsphone.com/s?appid=5e805dfa-f838-4abb-b0e1-09b487f998e4 Protect smiley - http://windowsphone.com/s?appid=ca14fc1e-e3dd-45de-b3f8-cad64dcc3d8f

    Saturday, August 11, 2012 10:30 AM
  • What page are you calling the hub page? I don't understand which page you are talking about which renders the rest of the instructions not very useful. Are you using the new interface? I don't see the labels you are referencing anywhere in the UI. "App info" "base price" "hub page"

    I am using the following script added in developer tools to set the values for all the dropdowns, saving a lot of time. This is for .99 cent equivalent on all:

    for(i=0; i<document.getElementsByTagName("select").length; i++){ document.getElementsByTagName("select")[i].selectedIndex=1; }

    This is to set your app to free -

    for(i=0; i<document.getElementsByTagName("select").length; i++){ document.getElementsByTagName("select")[i].selectedIndex=0; }

    • Proposed as answer by urvint Friday, August 17, 2012 6:02 PM
    • Unproposed as answer by urvint Friday, August 17, 2012 6:02 PM
    Tuesday, August 14, 2012 7:16 PM
  • Please see the 2 images below that Dennis_Zhang was referring to as the Hub and the app info page.

    The Pricing option for all the countries/regions is on the App info page.  You need to set the price here once and your app will be sold in the corresponding price tier.

    The "Market selection and custom pricing" screen that you went to is to enable the new feature in Dev Center that allows you to sell your app at different price tiers in specific countries. This page also allows you to choose specific countries in which you want to sell your app

    App submission hubApp info page with the pricing for all markets

    • Proposed as answer by urvint Friday, August 17, 2012 6:17 PM
    • Marked as answer by Danny G. - MS Saturday, August 18, 2012 8:05 AM
    Friday, August 17, 2012 6:17 PM
  • Does this work for updates too?

    Programming is a kind of art but not all programmers are artists.

    Friday, April 26, 2013 11:04 AM
  • Ok, just found out that it is possible for UPDATEs too.

    The Dev Center UI/worflow isn't very intuitive for me (=easy to do mistakes).

    Backlink: http://social.msdn.microsoft.com/Forums/en-US/wppayout/thread/636f7445-8fa2-4224-b584-337822ee60db/



    • Edited by hfrmobile Friday, April 26, 2013 11:20 AM
    Friday, April 26, 2013 11:16 AM