What about creating an itunes user?

It's anoying trying to access the itunes musica store, and notice that because I'm from Argentina I can't have a user.
Why may I register a apple user and not an Itunes one?
Why should I send my credit information to access to the store?
And why apple advertises that I can use features as album art and afterwards I cant access them because of this.
I've been an owner of an ipod since day one, been using itunes software because apple doesn't give me any alternative, and even though I use this. And I still cant get the support I want...

Until there is a store for Argentina, I'm afraid you're out of luck. In order to buy from another country's store, you will have to have a credit card with a billing address in that country. These rules are required by the record companies, not Apple, as it seems that record companies do not care for cross-border sales.

Similar Messages

  • A question about creating READ ONLY users.

    Dear all,
    I have a question about read only user accounts and I would appreciate if you could kindly give me a hand. I have a schema named SCHEMA1. Whenever I want to connect by using sqlplus I run the following:
    sqlplus user1/[email protected] SCHEMA1.WORLD is the entry in the tnsnames.ora referring to the schema SCHEMA1.
    I need to create a read only user who is able to SELECT all tables and views created by user1 on SCHEMA1 (this user will not modifiy anything at all. The user is used only for a person using SQL queries to read data). for several tables I write the grants explicitly, for example:
    CREATE USER user2 IDENTIFIED BY user2;
    GRANT CREATE SESSION to user2;
    GRANT SELECT ON S001_COR_ECLASS TO user2;
    GRANT SELECT ON REF_ECLASS511 TO user2;Is there anyway to do the same thing but for all the tables (because there are a lot of tables and views)? Besides, even with these granted permissions when the user connects with SQL Developer to the database, he is not able to view the list of tables/views in SQL Developer GUI. What causes this problem?
    Thanks in advance,
    Dariyoosh

    Hello Dariyoosh,
    he is not able to view the list of tables/views in SQL Developer GUIyou can either go to "Other Users" - user1 - tables. There you see every table you have permission to select.
    Or you can create a synonym in schema2 for each table in schema1 and set a filter on the tables node of user2 "Include synonyms".
    Regards
    Marcus

  • What about a Windows limited user ?

    Hello everybody,
    I saw that the ODBC driver is installed on a path containing the name of the Windows user who installed it.
    I should like to verify one thing : can it be installed by a limited user ? If not, does the limited user use it in the path that was given for the administrator ?
    This morning I wrote a question in another forum to know how to get the installation path from a script. I wonder whether I should have precised this question according to what I just asked above.

    The problem also exists with the newer Firefox 4.0.1 and Java 1.6.0_25 versions.
    Enabling administrative rights resolves the issue ... though this defeats the purpose of using a limited user.
    The underlying bug appears to be in the Firefox java plugin detection code. The issue is related to the detection code requiring write access to the HKLM\SOFTWARE\mozilla.org windows registry key. The limited user only has read access for this registry key. The behaviour was identified using the Sysinternals ProcessMonitor utility ... showed firefox calling an interface to create the registry key and getting an access denied response in the limited user case.
    A more targeted workaround for the issue is to grant the limited user write access on the HKLM\SOFTWARE\mozilla.org windows registry key. This avoids the need to grant administrative rights to the user and enables the java plugin to be detected. That is, it works on the 2 XP systems where the java plugin wasn't being detected in limited user accounts.

  • What about creating a Slider interface as a counterpart of ListIterator

    I am currently working on a student project of a game. I have took this opportunity to play more with programming, algorithms and design. That is where my curiosity is coming from.
    I want to add a feature, which would allow to accelarate and slow down the pace, at which time in the game pases. From the alogirithmical point of view I need a list structure containing all posible ratios (ranging from close to 0 to far behind 1) with a default value initially set to 1. I thought I would use ListIterator<Double> interface. However it has some quirks. First when I am moving to the right and at one point I decide to move to the left I will have to know to invoke previous() method twice. Second it has completely unnecessary methods concerned with indexes.
    My question is: are there any interface and maybe some additional (could be abstract) classes better suited for a task of this kind in the wild?
    Thank you,
    With regards,
    Bartek

    The base for my UI is a self made text-based screen embeded in a simple GUI made with Swing.
    Here is a brief description of how everything works:
    The screen shows text picture. Text picture is just a simple 2 dimensional matrix, which values are characters. To represent it I wrote the following interface:
    public interface Picture extends TimeUpdatable {
         public int getWidth();
         public int getHeight();
         public char getPoint(int x, int y);
    *Updates its state after the given <tt>amountOfTime</tt> has elapsed since last update.*
    *@param amountOfTime*
         public void update(long amountOfTime);
         public boolean setScreenMode(boolean screenMode);
         public void init();
         public boolean isInitialized();
         public static class InitializedStatus {
              private boolean state = false;
              public boolean isInitialized() {
                   return state;
              public void setInitialized() {
                   state = true;
    }I have written also two important abstract classes to allow for easy generation of more sophisticated pictures. Just for an example you can build a picture from other premade pictures by putting them on a canvas one at a time. The final picture generated by the actual application is rendered by a dedicated module (also self made) on the screen component on my Swing GUI. I made a class Updater solely responsible for refreshing the state of the game and for refreshing its picture on the screen via the aforementioned dedicated module. The game state is being refreshed in regular, frequent intervals.
    End of description.
    As you can see I did not mean any Swing/AWT GUI component. In truth I don't need ANY visual component at all. The relative speed of the game would be adjusted with keyboard and there would only be (but not necessarily) a status window (confirming a change) shown on top for a few seconds.
    What I definitely need is a data structure, which I could utilize to build this and any other similar functionality. I have already implemented this functionality with the Slider interface I have already shown in this thread. The only think is, that it would be wise to use a similar interface, if it existed already in the standard API or some other API widely acclaimed in the developers' community. It's not good to reinvent the wheel.
    If you still don't get my intentions maybe this [screenshot of the game|http://picasaweb.google.com/bartek.krzywania ChessTextModeGame#5371365518732532946] will be helpful. It shows the settings page. Unfortunately it's in polish only by now (though this should not matter at this point). In the foreground you can see a simple notice massage about a game speed change, which set to hover there for 2 secs.
    I hope I made my ideas reasonably clear in this post.
    With regards,
    Bartek
    Edited by: Bartek-Krzywania on 2009-08-18 20:05

  • I have set up a second iTunes user account on my PC, but when I create the new iTunes account it copies the music, videos etc from the original account and they seem to be linked.  What am I doing wrong?

    I have set up a second iTunes user account on my PC, but when I create the new iTunes account it copies the music, videos etc from the original account and they seem to be linked, so that when I delete a song from one library it deletes from the other one. 
    On the online tutorials I've seen it shows that when you create a new iTunes library it should open as a blank account, but that isn't happening.
    What am I doing wrong?

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar
    If necessary:
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Mac OS X

  • HT1206 Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    Lots of info about one user using multiple computers. What about multiple users with separate Apple IDs using same computer? Having problems getting my wifes new iPhone talking to her apple account on the computer we share (2 users)

    You need to create a user account for your wife (or yourself depending on who has the current user account). When syncing, each of you should sign in as a separate user, login to iTunes and then sync. I had this problem when my sister got an iPhone. When we did her initial sync, everything on my iPhone showed up on hers. Apple gave me this solution.

  • My wife and I own an iMac (April 2011) and just recently got iPhones.  We share one iTunes account (mainly for our uploaded music from CD).  Do we each need to have our own iTunes account?  What about iCloud?  We want to utilize the same Calendar/Contacts

    My wife and I own an iMac (April 2011) and just recently got iPhones.  We share one iTunes account (mainly for our uploaded music from CD).  Do we each need to have our own iTunes account?  What about iCloud?  We want to utilize the same Calendar/Contacts

    JoeyV325 wrote:
    Is there a way to move music/apps from one ID to a new ID?
    No.
    One of you create a new AppleID and one use the existing AppleID.
    But you can still use the items in each iTunes library.
    Create separate computer logins for each of you.
    This will give you each your own data. Contacts, calendars, photos, etc. (and your own iTunes library).

  • HT1386 How do I create one Apple ID and iTunes user name and password for all of my Apple products: iPad, iPhone, and iPod plus iTunes on my PC?

    How do I create one Apple ID and iTunes user name and password for all of my Apple products: iPad, iPhone, and iPod plus iTunes on my PC?

    Yes, I do have multiple devices and it appeared to me that every time I tried to sync or log onto iTunes, the password was incorrect.  Consequently, I was and am constantly changing it.  Wouldn't it be nice if Apple would simply say that you only need one Apple ID and one password regardless of the number of Apple devices you intend to sync via iTunes. 
    Barring the above, how about a way to merge all of the Apple IDs and passwords into one.

  • HT204053 My kids now each have an itouch, should we all have different apple ids even if I am paying for all itunes and app store purchases? what about icloud? I would like to share itunes and app purchases, but not necessarily photos...help please!

    My kids now each have an itouch, should we all have different apple ids even if I am paying for all itunes and app store purchases? what about icloud? I would like to share itunes and app purchases, but not necessarily photos...help please!

    The recommended solution for most families is to share the same Apple ID for iTunes and App Store purchases, so you can share your purchases, but us different IDs for iMessage, FaceTime and iCloud.  With this arrangement, each person can automatically download purchases made on the shared ID (by turning this feature on in Settings>iTunes & App Stores), while keeping their FaceTime calls, text messages and iCloud data (including photo stream) separated.  There is no requirement that the ID you use for purchasing be the same as the ID you use for these other services.
    This article: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/.

  • When i first created my itunes account it selected the local country i lived in, now i have changed countries and it does allow me to buy any apps as the credit card is not valid in that country. what do i do?

    When i first created my itunes account it selected the local country i lived in, now i have changed countries and it does allow me to buy any apps as the credit card is not valid in that country. what do i do?

    You will need to sign into your account using the iTunes app on your Mac or PC and change the region/country for your account. If you do not have a bank card for the new country, you should be able to make purchases with iTunes Gift Cards if they are available in the new country.

  • I created two iTunes libraries on my mac mini and would like to merge them into one library. What is the easiest way to do this?

    I created two iTunes libraries on my mac mini back in the day. I would like to consolidate them into one iTunes library. What is the easiest method to do this? I do use i-Match to access all my music from  iCloud, if that makes any difference.  Thanks. Mark

    Thanks for the reply. When I created the 2 libraries years ago I would hold down the options key and had 2 library names to choose from. Now it just shows a lot of files when I do that, With over 7,000 songs I think I will just look for the few songs from the original library I used to use that still interest me, if they don't show up in my default current library. Thought there would be any easy was to integrate all my music files into one library. I am definitely not going to spend days manually doing this, but thanks again.

  • HT2534 My friend created me an itunes store account with his credit card , his credit card is about to expire and they are asking me to re-enter the credit card and security card number .... I don't have these numbers ... How can i create new itunes accou

    My friend created me an itunes store account with his credit card , his credit card is about to expire and they are asking me to re-enter the credit card and security card number .... I don't have these numbers ... How can i create new itunes account without credit card?????

    Why do you need to create a new account?
    Just change the payment method.
    http://support.apple.com/kb/ht1918

  • What exactly happens to my apps and settings when i create a new user account, and delete all the other user accounts?

    Such apps and settings that apply to icloud, appstore, and itunes. I know the apps will still be in the new account and any other purchased apps will be in the appstore for re-download. But what will happen I delete user accounts and choose not to save any folders or files of the soon to be deleted user accound? I don't have a disk to do a clean install and I'm trying to give my super old macbook pro to a friend and I want to make sure the laptop is his and everything of mine is gone. Will erasing free space do that trick?

    If it is not installed in HD>Applications folder and installed in a user account then it's gone with the user account. It's that simple.

  • Is it possible to create a playlist and share it with another itunes user?

    Is it possible to create a playlist and share it with another itunes user?

    try this out
    Select distinct   
    v_R_System.Netbios_Name0 AS [Computer Name],  
    v_GS_COMPUTER_SYSTEM.UserName0 AS [User Name]
     from v_R_System
    left join v_GS_COMPUTER_SYSTEM on (v_GS_COMPUTER_SYSTEM.ResourceID = v_R_System.ResourceID) 
    inner join v_fullcollectionmembership as b on (b.ResourceID = v_R_System.ResourceID) 
    left join v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP ON v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP.ResourceID = v_R_System.ResourceID
            inner join v_GS_SYSTEM e on e.resourceid = b.resourceid
     Where
    b.CollectionID = @collectionid
    Blog: http://theinfraguys.com
    Follow me at Facebook
    The Infra Guys Facebook Page
    Please remember to click Mark as Answer on the answer if it helps you in anyway

  • HT4009 What about upgrading? I can't do that from where I live w/o connecting to my hd. Now with the new changes to ITunes, I don't see how I can upgrade thru the traditional route I took b4. Now what do I do?

    What about upgrading apps on your IPhone? I can't do that from where I live w/o connecting directly to my laptop. With Apple's new Itunes page, I don't see how I can navigate successfully now to acheive the same result as before. Hmmm. I would appreciate some quick guidance. Thanks.

    With iTunes 11 you can enable the left-hand sidebar that used to show on previous versions of iTunes via option-command-S on a Mac, control-S on a PC. You can then select the Apps part of your iTunes library on that sidebar and on the right-hand side of iTunes click the Check For Updates button at the bottom to see if any of your apps have updates available. Then connect your phone and select it on the sidebar, and on the Apps tab on the right-hand side click the Sync button at the bottom of it to copy the updates over

Maybe you are looking for

  • Job_open language

    Hello, i have to submit a program in different language from logon language. can i set language in below code flow: job_open submit ...... job close thank you.

  • Am I Going About This Wro

    Hi all. I realize that these particular forums are a sort of user to user interface but I have noticed that Creative staff will respond to SOME of the posts here so I ask, is there another forum or source from which I may get answers as to what may b

  • Blobs in scripts

    I have a table which contains a Blob column. Now Normally these don't even take up as much as 1K, however they can potentially take more than 4K. They will alwys be less than 32 K. I want to be able to unload these blobs along with the rest of the da

  • Openbox-svn6175 wired problem [solved]

    I have a wired problem with the new openbox-svn revision. I use pypanel and e.g i open urxvt and firefox, and will switch from firefox to urxvt I can't get urxvt in the foreground, only when I start first firefox , then urxvt, switch to firefox and t

  • Where do I download a Windows Server 2012 R2 .iso from, for use with Hyper-v?

    Hello, Where do I download a Windows Server 2012 R2 Standard .iso from, for use with Hyper-v? The only official download I can find is the evaluation version from here: http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2 Is it r