How do you recommend apps...

How do I recommend apps to be placed in the U.S. app store. I had owned a copy of the app on one of my older iPod device and now I want to use it again but I cant purchase it.

Contact the developer of the app. as it is up to them which markets they distribute their intellectual property in.

Similar Messages

  • How do you recommend a JE configuration according to app. construction?

    Hi to all,
    When we use JE as following configuration, CPU utilization is consistently high ans sometimes low.
    How do you recommend a JE configuration according to application construction?
    Our Application and use of JE configuration is as follows.
    - App. logic and JE usage as following;
    Application creates 4 Environments(each one has data-store-Database for class-store-Database). Environments are not linked to each other, completely independent.
    App. executes concurrent non-transactional 1600 inserts(Database.put), 1600 updates(Database.put) and 1600 deletes(Database.put) in a second ( It means 1600/4 inserts, 1600/4 updates, 1600/4 deletes for one environment)
    Also using SerialBinding to store app. object that implements java.io.Serializable.
    Environment.sync method called 1 time in minutes.
    Insert-Update objects are the same and size of the object approximately 500 bytes-1 K.
    %80 of inserted records will be updated 1 time in one second and than deleted in a 5 seconds.
    %20 of inserted records will be updated 10 times in 28,5 hours and than deleted.
    We have 50 GB disk space, totally 24 cpu with model name : Intel(R) Xeon(R) CPU X5675 @ 3.07GHz
    - Our JVM settings as following;
    -Xmx33g
    -Xms33g
    -XX:+UseParNewGC
    -XX:+UseConcMarkSweepGC
    -XX:CMSInitiatingOccupancyFraction=50
    -XX:+PrintTenuringDistribution
    -verbose:gc
    -XX:+PrintGCApplicationConcurrentTime
    -XX:+PrintGCApplicationStoppedTime
    - je.properties as following;
    ## Environment
    je.env.isReadOnly=false
    je.env.isTransactional=false
    je.maxMemoryPercent=30
    je.log.bufferSize=20971520
    je.log.numBuffers=2
    je.log.fileMax=209715200
    je.cleaner.minUtilization=30
    je.cleaner.minFileUtilization=5
    je.cleaner.threads=2
    je.cleaner.lockTimeout=100000
    je.cleaner.expunge=true
    je.cleaner.bytesInterval=104857600
    je.checkpointer.bytesInterval=104857600
    je.checkpointer.highPriority=true
    - Last JE Statistics;
              (1)CacheTotalBytes= The total amount of JE cache in use, in bytes.
              (2)DataBytes= The amount of JE cache used for holding data, keys and internal Btree nodes, in bytes
              (3)AdminBytes= The number of bytes of JE cache used for log cleaning metadata and other administrative structures
              (4)LockBytes= The number of bytes of JE cache used for holding locks and transactions.
              (5)NEvictPasses= Number of eviction passes, an indicator of the eviction activity level.
              (6)NCacheMiss= The total number of requests for database objects which were not in memory.
              (7)TotalLogSize= An approximation of the current total log size in bytes.
              (8)SharedCacheTotalBytes= The total amount of the shared JE cache in use, in bytes.
              (9)NTotalLocks= Total locks currently in lock table.
         Environment-1:(1)=174,757,042 (2)=132,804,551 (3)=9,235 (4)=216 (5)=0 (6)=188 (7)=284,132,682 (8)=0 (9)=2
         Environment-2:(1)=174,803,884 (2)=132,850,463 (3)=10,165 (4)=216 (5)=0 (6)=179 (7)=277,346,265 (8)=0 (9)=2
         Environment-3:(1)=174,739,257 (2)=132,776,071 (3)=19,930 (4)=216 (5)=0 (6)=184 (7)=278,147,194 (8)=0 (9)=2
         Environment-4:(1)=174,767,092 (2)=132,776,471 (3)=47,365 (4)=216 (5)=0 (6)=185 (7)=292,163,876 (8)=0 (9)=2
         Sum of Data-store-Database.count = 1137265
    - Last CPU utilization ;
         top - 10:33:58 up 102 days, 22:42, 3 users, load average: 2.55, 3.22, 3.48
         Tasks: 403 total, 1 running, 402 sleeping, 0 stopped, 0 zombie
         Cpu0 : 2.6%us, 2.3%sy, 0.0%ni, 95.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu1 : 6.8%us, 1.3%sy, 0.0%ni, 91.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu2 : 3.3%us, 0.3%sy, 0.0%ni, 96.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu3 : 8.1%us, 2.3%sy, 0.0%ni, 89.3%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu4 : 7.5%us, 2.0%sy, 0.0%ni, 90.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu5 : 7.5%us, 1.3%sy, 0.0%ni, 90.9%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu6 : 7.1%us, 0.6%sy, 0.0%ni, 92.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu7 : 8.4%us, 1.0%sy, 0.0%ni, 90.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu8 : 6.5%us, 2.3%sy, 0.0%ni, 91.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu9 : 7.5%us, 2.6%sy, 0.0%ni, 89.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu10 : 31.2%us, 0.3%sy, 0.0%ni, 68.2%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu11 : 2.9%us, 0.6%sy, 0.0%ni, 96.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu12 : 6.8%us, 0.3%sy, 0.0%ni, 92.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu13 : 9.2%us, 2.9%sy, 0.0%ni, 87.6%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu14 : 8.1%us, 0.6%sy, 0.0%ni, 91.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu15 : 12.1%us, 5.2%sy, 0.0%ni, 81.8%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu16 : 2.6%us, 0.6%sy, 0.0%ni, 96.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu17 : 12.6%us, 5.5%sy, 0.0%ni, 80.3%id, 0.0%wa, 0.3%hi, 1.3%si, 0.0%st
         Cpu18 : 7.5%us, 0.6%sy, 0.0%ni, 91.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu19 : 11.3%us, 4.9%sy, 0.0%ni, 83.2%id, 0.0%wa, 0.0%hi, 0.6%si, 0.0%st
         Cpu20 : 6.8%us, 0.3%sy, 0.0%ni, 92.5%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu21 : 8.5%us, 8.1%sy, 0.0%ni, 82.1%id, 0.0%wa, 0.0%hi, 1.3%si, 0.0%st
         Cpu22 : 26.9%us, 0.6%sy, 0.0%ni, 72.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu23 : 6.5%us, 0.3%sy, 0.0%ni, 92.2%id, 0.0%wa, 0.3%hi, 0.6%si, 0.0%st
         Mem: 49454804k total, 26187100k used, 23267704k free, 1933064k buffers
         Swap: 50331640k total, 66092k used, 50265548k free, 4475980k cached
         PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
         22509 mtsmsc 18 0 34.3g 17g 14m S 260.8 37.6 1552:12 java
         top - 10:16:56 up 102 days, 22:25, 2 users, load average: 5.43, 4.32, 3.31
         Tasks: 400 total, 1 running, 399 sleeping, 0 stopped, 0 zombie
         Cpu0 : 7.3%us, 0.7%sy, 0.0%ni, 92.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu1 : 7.7%us, 2.0%sy, 0.0%ni, 90.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu2 : 1.7%us, 0.0%sy, 0.0%ni, 98.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu3 : 6.3%us, 1.3%sy, 0.0%ni, 92.1%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu4 : 2.3%us, 0.3%sy, 0.0%ni, 97.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu5 : 6.6%us, 1.3%sy, 0.0%ni, 91.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu6 : 27.7%us, 0.0%sy, 0.0%ni, 72.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu7 : 7.0%us, 1.0%sy, 0.0%ni, 92.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu8 : 7.6%us, 0.7%sy, 0.0%ni, 91.4%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu9 : 7.0%us, 2.7%sy, 0.0%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu10 : 6.3%us, 2.0%sy, 0.0%ni, 91.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu11 : 7.3%us, 2.3%sy, 0.0%ni, 90.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu12 : 3.0%us, 2.0%sy, 0.0%ni, 95.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu13 : 9.3%us, 3.3%sy, 0.0%ni, 86.4%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu14 : 5.0%us, 0.3%sy, 0.0%ni, 94.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu15 : 11.3%us, 5.6%sy, 0.0%ni, 81.8%id, 0.0%wa, 0.3%hi, 1.0%si, 0.0%st
         Cpu16 : 6.3%us, 0.3%sy, 0.0%ni, 93.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu17 : 11.9%us, 5.6%sy, 0.0%ni, 81.5%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
         Cpu18 : 40.9%us, 0.0%sy, 0.0%ni, 59.1%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu19 : 10.6%us, 4.3%sy, 0.0%ni, 84.4%id, 0.0%wa, 0.0%hi, 0.7%si, 0.0%st
         Cpu20 : 2.3%us, 0.7%sy, 0.0%ni, 96.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Cpu21 : 14.9%us, 6.6%sy, 0.0%ni, 76.8%id, 0.0%wa, 0.3%hi, 1.3%si, 0.0%st
         Cpu22 : 5.6%us, 0.3%sy, 0.0%ni, 94.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
         Cpu23 : 3.3%us, 0.7%sy, 0.0%ni, 95.7%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st
         Mem: 49454804k total, 33344956k used, 16109848k free, 1931968k buffers
         Swap: 50331640k total, 66092k used, 50265548k free, 11654696k cached
         PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
         22509 mtsmsc 18 0 34.3g 17g 14m S 260.4 37.6 1511:00 java
    Many thanks in advance.
    Edited by: 906759 on Jan 16, 2012 1:12 AM

    When we use JE as following configuration, CPU utilization is consistently high ans sometimes low.Do you consider this a problem? Or are you just asking for general tuning advice? Normally, high CPU utilization is considered to be a good thing.
    Some additional questions:
    * What version of JE are you using? If you are writing a new app, be sure to use JE 5.0.
    * What is the total/maximum size of your data set?
    * What is the key size (byte length)? (I see the data size is 0.5 to 1.0 KB)
    * Are there no read operations?
    * You mention throughput numbers (for example "%80 of inserted records will be updated 1 time in one second"). Is this a goal, or the measured value in your test, or both?
    A couple initial comments:
    * Calling Environment.sync is not appropriate for durability in JE 5.0, and will negatively impact performance. Instead use Environment.flushLog.
    * Using multiple Environments in a single process is not recommended for maximum write performance. A single Environment with a shared cache (EnvironmentConfig.setSharedCache(true)) will result in better write throughput, because all writes are appending to the same log file and disk head movement is minimized.
    * You may see better performance by using the DPL (persist package) or a custom binding, rather than SerialBinding. In general, if you find you are CPU-limited, take several thread dumps during this period too see if most threads are executing in the same place.
    Performance tuning is an iterative process. Be sure to try only one change at a time to determine whether the impact is positive or negative.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Does VUDU come on Apple TV? If not, how do you recommend that Apple at it to the iTunes Store?

    IS VUDU available on Apple TV?
    If not, how do you recommend that Apple add it to the iTunes Store?

    It is not listed in Apple's list of Apple TV apps…
    https://www.apple.com/appletv/whats-on/
    You would need to do something to an Apple TV that will get this post deleted, see if you can guess what that is.
    You could just buy a device that actually supports the services you need…
    https://www.roku.com - it is a channel that can be added to a Roku.
    http://www.vudu.com/setup_roku.html
    Other media boxes also support Vudu (Chromecast, Xbox, Playstation, Android, WDTV… basically everyone who isn't Apple).
    If you think Apple will add Vudu as an Apple TV channel ask them via the feedback form. Just bear in mind that Vudu directly competes with iTunes video sales & rentals.
    http://apple.com/feedback/

  • HT201365 How do you close Apps in iOS 7? It doesn't work by double clicking power button.

    How do you close Apps in iOS 7? It doesn't work by double clicking power button.

    Double tap the Home button, then swipe upwards on the App Preview (not the App Icon)

  • How do you close apps in iOS 7

    How do you close apps in iOS 7. The way I use to do it doesn't  work any more and it is reducing my useful battery life

    Double tap on the home key, it brings up a line of apps with little screen shots hovering over them. Flip the screen up, kinda of like you're flipping those apps off your screen.
    When you're done just press the home key once to exit the mode.
    As to battery issues, poke around in the notifications. There's a lot of stuff defaulted to on that you may not need. Also look to the background updating of apps. Background updating of weather and stocks is defaulted to on, which means it's continually going out to update. May not be something you need.

  • HT1976 How do you add apps to iCloud?

    How do you add apps to iCloud?

    I do not have text messages, find my friends and all those apps on my i-cloud

  • How can you remove apps from my i cloud account

    How can you remove apps songs from i cloud account

    Welcome to the Apple community.
    The apps are not actually in your iCloud storage, they are links to the apps in the App Store. What you are seeing is your purchase history and as such cannot be deleted.
    You can however hide your purchases, which you can do from the QuickLinks > Purchased option from the main page in the iTunes Store on your computer.

  • How do you close apps you hve looked at with the new software update?? You used to have to double click the home button and the apps would come up to delete bu that doesn't happen anymore.

    How do you close apps you hve looked at with the new software update?? You used to have to double click the home button and the apps would come up to delete bu that doesn't happen anymore.

    The apps in the multitaskbar should appear like pages on the whole display. To close them, just swipe from the bottom to the top. you can select single apps for closing, when you swipe them like you would swipe your homescreens.

  • HT5622 How do you close apps on ios 7

    How do you close apps on ios7

    To close out apps, simply double click the home button and instead of holding down the app icons and clicking on the X mark in older versions, you have to swipe the app window up and away.
    Also you can save on battery by turning of background app refresh from settings .... See this article for details , http://nyacomputing.com/how-to-close-out-background-apps-in-ios-7-and-save-on-ba ttery/

  • How can you download App Store  on iTunes?

    How can you download App Store on iTunes

    App Store is preinstalled and cannnot be removed from iOS so there is no need to download it. If you don't see it, check to be sure that restrictions are not.

  • HT201269 How do you transfer app information on to a new phone

    How do you transfer app information on to a new phone. My game apps have gone back to level one. How do I update them so I am on the same level

    http://support.apple.com/kb/HT1766

  • How do you download apps that you already have on your itunes account on to your iphone 3gs, how do you download apps that you already have on your itunes account on to your iphone 3gs

    how do you download apps that you already have onto your i tunes account onto your iphone 3gs

    Sync them as you do wverything else.
    Open itunes, connect iphone, select what you want to sync, sync.
    iPhone User Guide (For iOS 5.0 Software)

  • How do you sync apps from itunes to your ipod

    how do you sync apps from itunes to your ipod?

    See here:
    Syncing and arranging apps from the App Store
    B-rock

  • How do you run apps on creative cloud? I can't seem to run them or see them on my desktop

    How do you run apps on creative cloud? I can't seem to run them or see them on my desktop

    Hi JasonLuong,
    You will have to go to www.creative.adobe.com and login with your Adobe Id on which you have purchased the subscription.
    You can go to the download center and then start downloading all the cc apps available. It will first download and install the Creative cloud desktop tool in your computer. This creative cloud desktop will show you the option to download all the CC programs, the updates, etc.
    Thanks
    Kapil Rupani

  • TS1702 how do you load apps into Passport

    how do you load apps into passport

    You need to download apps that are compatible with passbook.  There are less than 20 available right now I'd say
    Such as:
    Target
    American Airlines
    Fandango
    Ticket Master
    If you click the link to the app store through passbook and get an error, use this article to fix it: http://www.macworld.com/article/2010185/fix-passbooks-app-store-error-in-ios-6.h tml
    You can also use this site: http://www.passsource.com/ to create your own cards such as Blockbuster card, petco card, petsmart card, etc
    So if you have the target app you need to go into the target app > my target> mobile coupons > scroll to bottom of page  and click "add to passbook"
    My assumption is that you need to add things to passbook through the target app or american airlines app and so on.

Maybe you are looking for

  • Email Photos as Attachments from Lightroom 5

    Is it possible to email photos as attachments (jpg), not embededed within email?  Mac users report when they receive the email, photo is only embedded, there is no attachment so they cannot download.

  • Calibrating a 6552 using Cal Exec.

    I am trying to calibrate a 6552 card. What does Cal Exec mean when its asking me to "Select the switch device strings" "SCXI slot 0" and "SCXI slot 1"? I have never seen this before?

  • Adobe Flash Hardware (Camera) Issues

    First of all, I love Lion.  I can already measure the difference it makes in my daily goings about.  It's great. Now:  the Powerbook built-in camera usually turns on for web-based, flash-based video services after clicking through the settings window

  • Bapi for creation media product family

    hi friends , Is there any bapi exist for  creation of media product family.

  • Using wait or sleep without a thread

    Is there any method to do the equivalent of a wait or sleep without using threads?