Viewing 8 replies - 1 through 8 (of 8 total)
  • I would like to have the possibility to use the itunes store from a different country. This can now be done manually by adding the country=<country_code> to de ASA_APPSTORE_URL.

    define('ASA_APPSTORE_URL', 'http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsLookup?country=nl&id=');

    Also you must then change the currency sign to euro’s and drop the cent stuff.

    Also in the app-store-assistant/js_functions/editor_plugin.js you need to change the “ATOM Feed URL” to make sure the links are going to the right country itunes store. you can do this like:
    "http://itunes.apple.com/" . <country_code> . "/rss/toppaidmacapps/limit=25");

    I still seem to have trouble finding out where the feed text language is set.

    Also after an update this will all get lost.

    Would be nice if you could make this stick.

    I would like to have the possibility to translate admin side of plugin via .po and .mo files.

    lalariro

    (@lalariro)

    I would like the possibility of, using for a example [asaf_atomfeed atomurl=”https://itunes.apple.com/us/rss/topfreeipadapplications/limit=25/xml&#8221; mode=”iOS” more_info_text=”open in App Store…”], post every item in one post, not all the 25 items in one post. It’s possible?

    Great work!!

    Plugin Author SEALsystems

    (@sealsystems)

    Do you want each item in the feed to create it’s own individual post or do you want the feed to list more than 25 items in a single post?

    lalariro

    (@lalariro)

    Hi,
    I want each item in the feed to create it’s own individual post.
    Do you know if it’s possible?

    Thanks for your quick reply!!

    beakernet

    (@beakernet)

    If you could carve out the elements for iTunes like you did for apps, that would be very useful. The ones I use the most from the app store are appPrice, appBadgeSm, appDescription, and appBadge. It looked like the app elements could pull some of the same information from iTunes when I went to post about a song instead of app, but the pricing was incorrect so it’s probably coming from a different API component.

    Plugin Author SEALsystems

    (@sealsystems)

    beakernet: Yes, iTunes breakout is next on the list.

    lalariro: That is a great idea, I will work on adding that feature.

    AslanDoma: Version 6.1 should have translation of the admin area available.

    lalariro

    (@lalariro)

    Thanks for your great work!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: App Store Assistant] New features’ is closed to new replies.