How do you return an application?

First off I'm sorry if this is a repeat question, but I searched the forums and look through pages for 30+ min. and couldn't find an answer. I know that you have 90 days to get a return on an application but where do you start the process? I've searched on google and apple's website but it doesn't seem like this is a process that's easy to find. Any help would be much appreciated.
Trevor

There are no refunds from iTunes. You have to contact the developer of the app.

Similar Messages

  • How do you exit an application :) very simple question

    Hi Everyone
    how do you exit an application.
    For example let's say I had something like this
    public class MyClass implements Runnable{
    public static void main(String[] ar){
    MyClass mc = new MyClass();
    Thread t = new Thread(mc);
    t.start();
    public MyClass(){
    get a file
    but if the file is not found Exit the application
    public void run(){
    while(true){
    // do something interesting that depends on the properties of that file
    now I can make the try catch(FileNotFoundException e ) block in constructor . I can return from the constructor BUT public static main(String[] arg) will continue to execute and start the new thread .
    So the application will enter the run() method and throw some errors.
    I know i could simply set a variable in the catch block and test it to determine if the various methods will return but that doesn't seem reasonable --- anyone have a suggestion -- especially if I have lot's of classes and threads working at the same time
    thanks
    stev
    In the catch block
    }

    thank you. both of those answers sound great.
    it seems that I should actually understand the correct use of the constructor.
    Perhaps the constructor should just be used to set variable names -- and not to perform so many actions like loading property files .
    it seems like loading property files can better organized and implemented as a separate method which is called by the run method.
    When the exception is thrown then i think i can more gracefully exit the application in the run method. And this solution can be used for classes that extend Thread and classes that call start() from the outside of the class
    stev

  • How do you add an application event to the Applications Panel

    How do you add an application event to the Applications Panel.
    My previous post referred to .ashx files, and the problem seems that Firefox, by default, does not recognize a .ashx format being read by Adobe Acrobat.
    Therefore there needs to be a way to add Applications and Events into the Applications Panel under Preferences

    domdp wrote:
    ...I have Theme L selected and I get 10 icons along the left side and bottom....
    ...I am thinking I may be limited to 10 icons....
    Gotcha... But actually its limited to 9 icons in the L theme as the Profiles icon is always present. From that screen hit the Menu key to display the bigger list of icons. Arange them so the first 9 icons are the ones you want to see on the L theme.

  • How do you return the number of Rows in a ResultSet??

    How do you return the number of Rows in a ResultSet? It's easy enough to do in the SQL query using COUNT(*) but surely JDBC provides a method to return the number of rows.
    The ResultSetMetaData interface provides a method for counting the number of columns but nothing for the rows.
    Thanks

    No good way before JDBC2.0. u can use JDBC2.0 CachedRowSet.size() to retrieve the number of rows got by a ResultSet.

  • How do you download the application???????  It says to pick an application to download??? What?

    How do you download the application?   After I hit download, It says to pick an application to download.  That doesn't make sense. 

    Norma Jeanne,
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or for Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • How do you make an application open on a specific monitor?

    How do you make an application open on a specific monitor? I have two monitors, and I was able to get Firefox to open on the secondary display always by resizing it with the option or command key [I forget which one] and then quitting it. Now everytime I start it, it opens on the second monitor.
    However, when I try to do the same with QuickTime [when playing videos], it always opens on the primary display no matter what I do with it. How do I make it always open on the secondary display?
    Thanks in advance for any help!

    Thanks for the suggestion, but no, Spaces is not what I want. I have two physical monitors, and simply want an application to always open on one monitor, not be able to switch back and forth between different desktops.

  • The product I bought its not working as i expected, it doesn´t translate the exact information from pdf to excel, how can you help me or how can you return my money back....

    how can you help me

    What about adobé export PDF. ?
    Enviado desde mi iPhone
    El 07/05/2014, a las 23:00, Claudio González <[email protected]> escribió:
    The product I bought its not working as i expected, it doesn´t translate the exact information from pdf to excel, how can you help me or how can you return my money back....
    created by Claudio González in Adobe Reader - View the full discussion
    If you bought Reader, you were swindled, because it's a free program. And it has never been able of converting PDF files to any other format.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6363992#6363992
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do you set the application directory to be constant in a project?

    Hello,
        How do you make the application directory to be same all the time? Every time I create a executable I want to be able to have the executable in the same directory all the time.
    Regards,
      Kaspar
    Regards,
    Kaspar

    Do you mean the path that the application builder puts your executable?
    Please mention the version of LV you're using or post a screenshot of your attempt, screenshots differ for LV versions.
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • How can you view an application to a car head unit

    how can you view an application to a car head unit ( example) is the Motion X GPS

    What do you mean car head unit? Like another display?
    If you mean another display, it would only be supported by that specific app and car.

  • How do you deploy FMS applications on the web?

    Hi
    I am new to Flash Media Server and I can't get my head around
    this software.
    How do you deploy the applications you build on your
    development pc, onto an external server?
    Do you have to have FMS running on the external server?
    Or does FMS supply you with files that can be used on any
    server?
    This is so confusing.
    Thank you for any help in advance.
    Jay

    The key thing to understand is that the Flash client (the
    flashplayer) is what makes the connection to FMS. FMS and the .swf
    don't need to be on the same server.
    What you need to do is change your RTMP string in your
    connect command. I"m guessing you're currently using localhost or a
    LAN IP. Once you move the .swf to another server, you have to use
    the WAN IP or domain name of the FMS server.
    Once you have that taken care of, you can serve the .swf from
    anywhere.

  • How do you return back one record from a NamingEnumeration

    how do you return back one record from a For Loop issue
    Posted: Jan 4, 2007 9:13 AM Reply
    I have the following piece of code and i want to be able to just return one item...
    that is return e.next(); but this line doesnt work for below what is wrong
    if (attrs == null) {
    System.out.println("No attributes");
    } else {
    /* Print each attribute */
    for (NamingEnumeration ae = attrs.getAll();
    ae.hasMore();) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr);
    /* print each value */
    for (NamingEnumeration e = attr.getAll();
    e.hasMore();){
    System.out.println("value:- " + e.next()));
    return e.next();
    }

    At the end of the loop, the NamingEnumeration has no more elements. You need to call getAll() again.
    By the way, please use code tags (above the posting box). You've been here long enough to know that (judging by your registration date).

  • I pain for coins on the app and it charged me twice. How can you return that extra charge back ?

    I pain for coins on the app and it charged me twice. How can you return that extra charge back ?

    Hi there Waliedk,
    If you are experiencing issues with your purchases, you may find the information in the article below helpful.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/ht1933
    -Griff W.

  • How do you get the applications folder on mac book pro

    How do you get the applications folder on mac book pro?

    To access it, you open the Finder (blue face at bottom left of dock) and click the Applications shortcut you'll find there.
    Matt

  • How do you transfer pages application from macbook to new iMac

    how do you transfer pages application from macbook to new imac?

    Install it on the iMac using the same method you used to install it on your MacBook.
    If your MacBook came with it already installed, it may not be a version compatible with your new iMac.

  • How do you remove an application icon from your ipad if it becomes unwanted or unused?

    How can you remove an application and its icon if and when it becomes unwanted or unused?
    Datchmiller

    Hold down on the app icon until it wiggles, then tap the X in the icon to delete the app from the iPad.

Maybe you are looking for

  • How to create a Multigroup from two ODC's?

    Hello, In an existing PCUI Application, i would like to combine ODC4 and ODC5 into a single Multigroup so that i can add another Multigroup in the place of ODC5. Currently, both of these elements are of LIST Screen Element Types, have only one tab, h

  • Could not complete the itunes store request. The store may be busy

    I'm unable to sign into the iTunes store, keep getting this message: "Could not complete the itunes store request. The store may be busy. Check your internet connection or try again later." it worked fine before I had to replace the hard drive. I'm o

  • New Updates and Crashing Apps

    I just updated Bridge and Photoshop CS5 and now I am getting crashes. Yesterday, Bridge crashed while running ACR. I've seen it off and on when both Bridge and DXO are open, but not in PS. So I ran a new run w/o DXO and it crashed again. It appears r

  • Document Path in Layout Set

    Hi all, I'm trying to get a documents path to display as a property in a layout set. Is there a command I can put in the Displayed Properties of the Collection Renderer to get the documents path to display? Thanks Richard

  • Have mac 10.6.8 firefox will not open certain websites and if you do open them logins fail , also with safari and chrome, please help

    recently updated mac to this version, and since then certain web pages timeout or server not found or they just hang, you get the address come up but the blue wheel spins and the page never loads. (this is the same in safari and chrome) but i can acc