Problems iOS 7 debugging

I am having some issues when debugging an OSMF based player  in Flash Builder / iOS Simulator. I hoping to get some advice froom Adobe team.
I am using OS X 10.9, AIR SDK 4.0, Apache Flex 4.11.0, and Xcode 5.02, and Flash Builder 4.7.
Problem 1) The app is not supposed to be full screen but for some reason when testing in iOS Simulator it takes over the entire screen of the device. It does not do this when installed on Android devices.
Problem 2) A navigation button does not work properly. This button is supposed to call a method that does some work and at the end closes the app. Here is the code. It fails to do anythign in iOS but works fine in Android devices.
<s:actionContent>
      <s:Button label="Exit" click="exitingApp()"/>
<s:actionContent>
private function exitingApp():void
                           NativeApplication.nativeApplication.exit();
Any suggestions?  

i have the same problem when i'm entering airplane mode (or turning hotspot connection+connect device), it's getting faster. it's happanning after ios 7.1 now i have 7.1.1 and it's the same. iphone 5 with ios 7.0.6 is faster then my ios 7.1.1 iphone 5s. please help us apple help

Similar Messages

  • Facing Problem while Debugging a custom report using LDB

    Hi Gurus,
    I have requirement to modify a custom report program related to FI. This program used Logical database ZDF ( Copied original DDF) for data fetching.
    when i am trying to see the data in debugging mode, its not allowing to check in start-of-selection event. only in the initialization & end-of-selection i could able to debug.
    when i put breakpoint in initialization, it is allowing to see the flow till a Get Event occurs in the code, once a Get event occur the debugger is coming out and displaying the report.
    If anybody faced this kind of problem when debugging a report using LDB, please share how you resolved it. If there are any other ways to debug a program of this kind please help me.
    Thanks,
    Nanda

    Hi Amith,
    I checked that way also, i put break point in database program of the copied LDB, but its not allowing to check the flow in that program also.
    Please suggest any other ways.
    Thanks,
    Nanda

  • Flash builder 4.7 iOS Debug Binary (IDB) component  is not installed.

    I get the error below consistantly. Is the IDB supposed to be part of the flex 4.6 sdk or part of an air sdk? (I've not seen it in either)
    Some components required to launch the application were not found. Please reinstall the AIR SDK and try again.
    The iOS Debug Binary (IDB) component  is not installed.

    Hi ,
    Flex SDK 4.6 has AIR 3.1 which doesn't have the support of IDB. So, if you wanted to use USB debugging for iOS, please create an ActionScript Mobile Project which has AIR 3.4 that supports IDB, else download the AIR SDK 3.4 and overlay it on Flex 4.6 SDk.
    AIR SDK download link: http://www.adobe.com/devnet/air/air-sdk-download.html
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk. html
    Hope this helps.
    Thanks,
    Hari

  • Problem with debug servlet Eclipse 3 tomcat 5

    I have configured Eclipse 3 with Tomcat 5.0.28 and tomcatPulginV3
    but, I have problem to debug my servlet
    I have error message
    help me it is urgent
    Failed to connect to remote VM. Connection refused.
    java.net.ConnectException: Connection refused: connect
    java.net.PlainSocketImpl.socketConnect(Native Method)
    java.net.PlainSocketImpl.doConnect(Unknown Source)
    java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    java.net.PlainSocketImpl.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:47)
    org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:103)
    org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:131)
    org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:75)
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
    org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
    org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
    org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)Thanks

    Check your packages which you are importing....

  • Problem with debug XT75

    Hello
    I have problem with debug program for XT75. I work in XP , install java j2sdk1.4.2_09 (from CD) , eclipse (with EclipseMEplugin_123) ,SMTK and connect terminal TC65 with XT75 module.
    When I want to debug my simple Midlet HelloWorld under celipse I get error:
    =========================================================================
         Starting XT75 emulator for debugging application. Please wait ...
         =========================================================================
         COM port used for "emulator session": COM1
         Used baud rate for the module "115200 baud"..
         >>> Emulator is set to no download of Jar and Jad file! <<<
         Initialize module for debugging ...
         The module is now initialized for debugging!
         >>> Establishing TCP/IP connection "IP connection for remote debugging"... <<<
         Please wait ...
         Done.
         >>> Starting Debug Agent ... <<<
         The debug agent is not started!
    File WM_Debug_config.ini in WTK for XT75 is:
    # This ini file is used to configure emulator.exe
    # Hints:
    # Store this ini file into the directory where the emulator.exe is located!
    [Module type]
    # Define the used module type
    ModuleType=XT75
    [AT command]
    # These AT commands are used for initialising the module for debugging!
    # Hints:
    # The IP address range 10.x.x.x is not supported for configuration of debugging!
    AT-Cmd1=S:ATE1
    AT-Cmd2=R:OK
    AT-Cmd3=S:at+cpin?
    AT-Cmd4=R:+CPIN: READY
    AT-Cmd5=R:OK
    AT-Cmd6=S:at^scfg=userware/debuginterface,"192.168.0.21","192.168.0.22","0"
    AT-CMd7=R:^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
    AT-Cmd8=R:OK
    AT-Cmd9=S:at^scfg=userware/mode,"debug","a:/","2000"
    AT-Cmd10=R:^SCFG: "Userware/Mode","debug","a:/","2000"
    AT-Cmd11=R:OK
    AT-Cmd12=S:at^scfg=userware/stdout,UDP,2000
    AT-Cmd13=R:^SCFG: "Userware/Stdout","UDP","2000"
    AT-Cmd14=R:OK
    [System.out port]
    # used UDP port number range: 1024 ... 65535
    # comment out the following line for switching off Java "System.out" displaying in the IDE window
    #UDPport=12345
    [DebugAgent delay timer]
    # settings for Debug Agent delay timer in ms
    #DATimer=2000
    I send At command to terminal AT^SCFG? and get answer:
    ^SCFG: "AutoExec","0","0","0","0",""
    ^SCFG: "AutoExec","0","1","0","0","","000:00:00","000:00:00"
    ^SCFG: "AutoExec","0","1","1","0","","000:00:00","000:00:00"
    ^SCFG: "AutoExec","0","1","2","0","","000:00:00","000:00:00"
    ^SCFG: "GPRS/ATS0/withAttach","on"
    ^SCFG: "GPRS/AutoAttach","disabled"
    ^SCFG: "GPRS/PersistentContexts","0"
    ^SCFG: "GPRS/RingOnIncomingData","off"
    ^SCFG: "MEopMode/Airplane","off"
    ^SCFG: "MEopMode/Airplane/OnStart","off"
    ^SCFG: "MEShutdown/OnIgnition","off"
    ^SCFG: "PowerSaver/Mode9/Timeout","20"
    ^SCFG: "Radio/Band","3","15"
    ^SCFG: "Radio/OutputPowerReduction","3"
    ^SCFG: "Serial/USB/DDD","0","0","0409","0681","0034","Siemens AG Wireless Modules","XT75",""
    ^SCFG: "Tcp/BufSize","5200"
    ^SCFG: "Tcp/IRT","3"
    ^SCFG: "Tcp/MR","10"
    ^SCFG: "Tcp/OT","6000"
    ^SCFG: "Tcp/SAck","1"
    ^SCFG: "Tcp/TTcp","0"
    ^SCFG: "Tcp/WithURCs","on"
    ^SCFG: "Trace/Syslog/OTAP","0"
    ^SCFG: "Userware/Autostart","0"
    ^SCFG: "Userware/Autostart/AppName",""
    ^SCFG: "Userware/Autostart/Delay","0"
    ^SCFG: "Userware/DebugInterface","192.168.0.21","192.168.0.22","0"
    ^SCFG: "Userware/Passwd"
    ^SCFG: "Userware/Mode","debug","a:/Project02.jar","2000"
    ^SCFG: "Userware/Stdout","UDP","2000"
    ^SCFG: "URC/CallStatus/CIEV","restricted"
    ^SCFG: "URC/CallStatus/SLCC","verbose"
    ^SCFG: "URC/Datamode/Ringline","off"
    ^SCFG: "URC/Ringline","local"
    ^SCFG: "URC/Ringline/ActiveTime","2"
    OK
    Please help me.
    Thanks.

    Hello,
    I would like to know if you could debug?
    That's the same problem what I have.
    At the moment I have the DSB75 and the XT75 module I don't know what else I can to to run the program under debug.
    OS: Win XP
    eclipse-SDK-3.3.1.1
    eclipseme.feature_1.7.7
    Regards,
    NOVI

  • I want to ask how to downgrade ios 7 to 6.1.3, because a lot of problems ios 7. please help

    I want to ask how to downgrade ios 6.1.3 to 7, because a lot of problems ios 7. please help

    I'm sorry, but Apple does not provide a downgrade path for iOS. Because downgrading is unsupported by Apple we cannot discuss it on these forums.

  • Alarm problem ios 8 malfunction

    Since upgrading, my alarm won't go off. For years, I've kept my iphone on do not disturb and I still get woken up. My sounds setting is with the volume all the way up and the setting of Change w Buttons is off. At first I assumed it was a wifi problem because I deleted my stored music. So, yesterday I downloaded my wakeup song. Again, today no wake up. No vibration, even though the vibration is on. I haven't found any complaints about this bug. When I finally do wake up, the Alarm function is on the screen, but no vibration or song. Help!

    in response to
    bdm7c     Oct 2, 2014 5:58 AM 
      Re: Alarm problem ios 8 malfunction
    Yes, I have the same issue. Song only plays once and that's it. (mine is also iPhone 5s on iOS8)
    The whole alarm thing on the iPhone is very substandard in that one actually has to find the right buttons/sliders when still half asleep and eyes and mind half closed. Impossible for me, so I still rely on my good old Nokia phone (no SIM card in it but it still does many functions without) as a reliable alarm. It beeps, I press Snooze and it repeats after 10 minutes etc. Easy!
    I think the Apple guys should work a bit harder on this topic as I am sure many folks rely on their phone to wake them up. But it is too fumbly and unreliable which is not good enough for such an expensive product.

  • Problem about debugging system

    Hi, all:
    I meet a problem when debug my program from se38, It says 'Error during interprocess communication; Debugger will be closed .  Message Number TPDA151'.
    How can I resolve this problem?
    Thanks in advance.

    Hi,
    There must be SM21 logs , to figure out .
    You can validate below oss notes.
    Note 981211 - HTTP debugging with the new debugger is terminated.
    Regards
    Nagaraju

  • AIR 3.9.0.790 - Problem with debug configurations

    Hi there
    After updating from 3.9.0.720 to 3.9.0.790 it seems that my debugging configurations are ignored (works fine with build 720). When running the app on AIR Simulator I always end up with a 500 x 375px screen with a high resolution display simulated.
    - Flash Builder 4.7
    - AIR 3.9.0.790
    - Starling-Project for iOS only
    - Debug-Configuration: various iOS devices (Mobile Application)
    Am I missing something?! Any hints?
    Regards,
    René

    We're having the same problem.  In our project, the only difference is switching between AIR 3.6 and 3.9.0.1030 (obviously a wider range than the above), and the 3.9 ADL simulator ignores the -screensize argument and forces the window to 500x375.  Oddly, this affects only one Mac out of three.
    Perhaps interestingly, the affected Mac is OSX 10.8.4 (server edition), while the ones that work are 10.8.2

  • IOS Debug error when embedding non-CFF fonts

    We have a project where we are embedding fonts for some button skins as per Jason's blog (http://blogs.adobe.com/jasonsj/2011/08/embedding-fonts-in-flex-mobile-projects.html) - our skin uses StyleableTextFields for the label.
    When we debug on the iPad we get an error that seems to be occurring when one of the buttons with the embedded font skin is being initialized.  (Debugger stops on UIComponent.as line 7485)
    This is the output:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at _HOYSiPad_mx_managers_SystemManager/callInContext()[_HOYSiPad_mx_managers_SystemManager.a s:37]
        at mx.core::EmbeddedFontRegistry/getAssociatedModuleFactory()[E:\dev\4.5.1\frameworks\projec ts\framework\src\mx\core\EmbeddedFontRegistry.as:469]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::getFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:12682]
        at mx.core::UIComponent/createInFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src \mx\core\UIComponent.as:12740]
        at spark.skins.mobile.supportClasses::ButtonSkinBase/createChildren()[E:\dev\4.5.1\framework s\projects\mobiletheme\src\spark\skins\mobile\supportClasses\ButtonSkinBase.as:223]
        at spark.skins.mobile::ButtonSkin/createChildren()[E:\dev\4.5.1\frameworks\projects\mobileth eme\src\spark\skins\mobile\ButtonSkin.as:239]
        at net.hoys.display.skins.buttons::SecondaryButtonSkin_mobile/createChildren()[T:\Homework\S erver\HOYS Frontend Repository\HOYS-iPad\src\net\hoys\display\skins\buttons\SecondaryButtonSkin_mobile.as:100 ]
        at mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7624]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
        at mx.core::UIComponent/addChild()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UI Component.as:7166]
        at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.5.1\frameworks\ projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:692]
        at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.5.1\fra meworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:443]
        at spark.components.supportClasses::SkinnableComponent/createChildren()[E:\dev\4.5.1\framewo rks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:406]
        at mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7624]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
        at mx.core::UIComponent/addChildAt()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7189]
        at spark.components::Group/addDisplayObjectToDisplayList()[E:\dev\4.5.1\frameworks\projects\ spark\src\spark\components\Group.as:2037]
        at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:1628]
        at spark.components::Group/setMXMLContent()[E:\dev\4.5.1\frameworks\projects\spark\src\spark \components\Group.as:633]
        at spark.components::Group/set mxmlContent()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\Group.as:573]
        at spark.components::SkinnableContainer/set mxmlContent()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\SkinnableContai ner.as:657]
        at spark.components::SkinnableContainer/set mxmlContent()
        at spark.components::SkinnableContainer/createDeferredContent()[E:\dev\4.5.1\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:1050]
        at spark.components::SkinnableContainer/createContentIfNeeded()[E:\dev\4.5.1\frameworks\proj ects\spark\src\spark\components\SkinnableContainer.as:1078]
        at spark.components::SkinnableContainer/createChildren()[E:\dev\4.5.1\frameworks\projects\sp ark\src\spark\components\SkinnableContainer.as:885]
        at spark.components::Application/createChildren()[E:\dev\4.5.1\frameworks\projects\spark\src \spark\components\Application.as:1480]
        at mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\ UIComponent.as:7624]
        at spark.components::Application/initialize()[E:\dev\4.5.1\frameworks\projects\spark\src\spa rk\components\Application.as:1334]
        at HOYSiPad/initialize()
        at mx.managers.systemClasses::ChildManager/childAdded()[E:\dev\4.5.1\frameworks\projects\fra mework\src\mx\managers\systemClasses\ChildManager.as:189]
        at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()[E:\dev\4.5.1\framework s\projects\framework\src\mx\managers\systemClasses\ChildManager.as:359]
        at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\4.5.1\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:3063]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2849]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2729]
        at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx \preloaders\Preloader.as:542]
        at mx.preloaders::Preloader/timerHandler()
        at flash.utils::Timer/tick()
        at flash.utils::Timer/tick()
    We then reverted the button skins  back to one that we use for a web app the debugging runs fine - the web skin uses a embedded font where CFF is set to true.
    Is this possibly a bug with the SDK, debugging or something we aren't quite setting correctly?
    Any infomation or direction would be greatly appreciated.
    - Liz

    Well, I've now tried with the beta version AIR 3.9.0.880 in the new IOS 7, and this problem is still happening, unfortunately.
    My app compiled with -ipa-test-interpreter installs fine but with -ipa-debug-interpreter it doesn't install at all.
    The IPA is generated successfully but iTunes refuses to install it.
    I've filed a bug here. If you're experiencing the same problem, please leave a vote here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3635356

  • Ipod Touch Problems (ios 6.1.6)

    This is will be kind of long so please bare with me and read if you think you can help. I could really use it
    This started after the recent update from Itunes. So after updating my Itunes i tried to add music onto my iPod like i normally do. it came up and said it couldn't recognize my iPod. so i unplugged it and plugged it in again. when that happened everything seemed to work just find until i tried to add a song to my iPod. My Itunes froze on me all the while deleting every single song from my iPod. now what makes it weird is through iTunes it shows all my songs on my iPod but when actually going through my iPod there was "No Content" . So i restarted my Itunes and again tried to add more songs. Only difference now was i  dragged the songs over. But nothing happened. Out of last stitch effort,i managed to add all my songs back and everything was fine. until the next time it came for me to add songs to my iPod.
    My iTunes would freeze horribly the minute i would try to add a song. Thankfully this time it didn't delete anything off of my iPod. i would have to Ctrl+ALT+Dlt & end the process cause just trying to close it out from the task manager would just freeze it even more. So after that i decided that i would revert back to an older version of Itunes hoping that it would fix everything. So uninstalling the newer version of Itunes I installed a previous version that caused me no problems whatsoever. But to my dismay They same thing kept happening even when using the older versions of Itunes. It would freeze the minute i would try and add a song. So i stopped adding songs on my iPod for a couple of weeks. and even went through a MASSIVE cleaning on my computer just in case it could have possibly been a Windows problem.
    So this last go round i decided after a couple weeks i would try and add 3 songs to my iPod. The minute that happened my Itunes froze and deleted every single song off my iPod. So to cut my losses i factory reset my iPod in hopes that would fix the problems if it was in fact my iPod and not the Itunes Software. That's when the strange things started happening. I slowly started adding songs back and it was working as i was doing 5-6songs at a time in hopes of not freezing it by adding to many songs at once. I got to the "S"'s and it immediately froze my computer and deleted all my songs off my iPod again. So starting over,i decided to add 2-3 songs this time and once again when i got to the "S"'s my iPod froze and deleted all my songs off my iPod. This happened about 8-9 times at that point i had enough.
    I got into contact with Apple support tech and through the phone we went through the steps of  uninstalling each component. that's when another problem occurred. for some reason i had 2 Apple Mobile Device supports. one that was from the recent update this year. and one that said it was from 11/7/2011. were that came from i dont know. i managed to safely uninstall the most recent AMD. but couldn't do the same for the older version. it kept telling me that it couldn't find the .MSI file
    That's when i scoured all over the apple forums to find a remedy to this situation. from unzipping the Itunes setup,to trying to repair it. to using revo setup to get rid of this AMD that wouldn't go away. so i stumbled on a windows program called fix it. which it showed me 2 AMD even though it was only that one device from 2011 since i successfully deleted that file. fixit managed to remove both files. so i figured i was in the clear. i re-downloaded Itunes again, but the problem is STILL there.  My Questions are
    Is there a solution that hasn't been thought of?
    Could it just be my iPod is the problem and it's time for a new one?
    would a possible 3rd party iPod manager work instead?
    is there a possibility to downgrade to a previous ios for my iPod?
    I really dont know what else to do. Ive tried every remedy Ive seen on this forum and from what the tech's told me and even they dont have a clue what to do. unfortunately I'm over my warranty so sending it in for a new one is not an option anymore. i just want to make sure Ive done all i can before giving up and tossing this thing in the trash.

    I would try:
    - Another cable
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - on another computer to help deptermine if yo have an iPod or computer problem
    - If a computer problem then:
    - You can either backup your data and do a fresh install of Windows
    - Restore your Windows to an earlier point i in before the problem started
    - Wait for an update to iTunes
    Yes yo can use a program like iFunBox to manually copy music and some other things to and from the iPod and computer.
    Downgrading the iOS is not supported by Apple

  • IPhone 5 WiFi Problems (iOS 6.1.4)

    I need some help. Previously, on a Belkin router, my WiFi connection was iffy but usable for online gaming most of the time. My family recently switched to Verizon Fios, and now I'm having some problems. The WiFi cuts out on me every 2-3 minutes when playing games online; and sometimes it becomes extremely slow when web browsing or other things. Recently it was telling me that my password to the router was incorrect when it clearly was not, so I had to reset my whole phone. I'm really annoyed right now, if this is apple's fault. If the security type has anything to do with it, it is WPA2, and it's connected to my mom's computer so there is not a big chance she will allow me to change it.
    At my dad's house, I have virtually no issues. Not sure of the WiFi and router type, but it is not Verizon Fios. Does anyone know any way to fix this? Or should I just take my phone to an Apple Store and try to get a replacement? None of Apple's "suggestions" have helped me at all.
    All advice/help is appreciated.

    Hello tinadang
    I would force quit the app if it is not responding, just follow the steps in the articles below.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS: Understanding multitasking
    http://support.apple.com/kb/ht4211
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • I have major problem,ios 5.1.1

    I have major problem with my 5.1.1 update ios, she does not want to settle, after the download an error message appears thank you for helping me!

    when the dowload end the error message is : iphone <my name> could not be updated because the firmware file is incompatible

  • Musik-player Problem iOS 5.1

    Hello,
    I have a problem.
    Since I upgraded to iOS 5.1 my iPod Touch 4th Gen  won´t play the music I have bought on iTunes.
    Please answer back fast if you know a solution for my problem because it really *****.
    Joey

    Hi lllaass,
    i´m doing a restore using itunes now. It´s currently restoring using a backup. its taking so f u k i n much time!
    Before i did this i did it on my ipod and it didnt work.
    So lets wait until its finished.
    The reset, I thought its just a reboot?
    But thank you for your answer

  • Music app problems iOS 8.2

    I'd thought I would post this, but my music app was perfectly fine till I upgraded to iOS 8.2. I can't figure this one out, because it's still bugging me. But whenever I restored my iPod touch 5g, some of the music artists on certain songs would have different names or will have a featuring artist added on for no reason.
    Example:
                        Taio Cruz & Travie McCoy - Higher (as listed on the store and iTunes playlist)
                        Taio Cruz - Higher (as listed on iPod)
    I don't know what's going on here, but I never edited the changes. As it's showing up different on my iPod. Does it have something to do with iCloud or is it a glitch? If anyone else is experiencing this problem, please reply below.
    Thanks!
    P.S. - I've restored it six times and the problem is still there. And noticed it on my iPhone as well...

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Manage Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes      
    - Restore to factory settings/new iOS device.                       

Maybe you are looking for