Whatsapp opens and then closes right away

I downloaded Whatsapp after several tries (at first I had the problem several people describe of payment declined notifications). It worked for a few days and now I can see the indicator showing that I have messages (and friends have told me they sent them) but when I press on the app icon it opens for a second and shuts down again.
any ideas?
thanks

Have you reset your iPad?
Press and hold both the Sleep/Wake button and the
Home button for at least ten seconds, until the Apple logo appears.

Similar Messages

  • Every time I click an app the app opens and then closes right away.  any idea why?

    Every time I try to use an app when I click on the app it opens and then closes right away.  Any idea what I can do to fix that?

    Try this:
    1. Close all apps in the Task Bar. Double-click the Home button and hold apps down for a second or two. Tap the minus sign to close app.
    2. Hold the Sleep and Home button down until you see the Apple Logo.

  • HT4759 I just got a new IPAD and transferred everything through the cloud from my old IPAD2. The new one says "this IPAD is currently being restored. It has been that way for about 2 hours. Also, I books will open and then close right away with no content

    I just got a new IPAD and transferred everything through the cloud from my old IPAD 2. The new one says "this IPAD is currently being restored. It has been that way for over two hours. Also, I Books opens and then closes right away with no content. Does it take this long, or is there an issue?

    I also tried manually underlining a few things on the new iPad and when highlighting a paragraph, it would skip a few lines and the line would go through a few as well. Looks like a major iBooks glitch needs to be addressed here.

  • My iPad will only open Apple apps, the other apps open and then close straight away, how do I fix this?

    My iPad will only open Apple apps, the other apps open and close straight away, how do I fix this?

    To be honest, I don't know but Backup your files and Factory reset it (Clear all of its memory to its original settings, and if that dosent help go to the Apple Store and book a appointment

  • HT201412 iPad calendar opens and then minimizes right away. Can't keep it open

    My calendar opens to today and then minimizes.  Can't keep it open

    Thanks but that was the first thing I try with any issues with the app.
    Seems that there was a calendar event from gmail which was an invite from a different email account.
    I have 2gmail accounts tied to the calendar. I narrowed it down by removing and adding back email accounts.  I then changed views and realized that it was only the today's date was having an issue and closing the app. If you have a month view it looked fine but as soon as you drilled down to that day it closed.
    I went on a oral computer to see what event that was on that one gmail account and found that some linkage to the invite was corrupt. Once I removed the gcalendar event. The app worked fine.
    Thanks for the feedback

  • The new version of iBooks will not open on my iPad(3gen) after it was installed. Reinstalling makes no difference. It opens then closes right away. Any fix??

    The new version of iBooks will not open on my iPad(3gen) after it was installed. Reinstalling makes no difference. It opens then closes right away. Any fix??
    Anybody else have this problem?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Why dose mozilla open and then closes as soon as it opens. Then i can open it again with no problems

    Mozilla will open then closes right away. Then I will open it again and it will stay open this time.

    *https://support.mozilla.org/en-US/kb/firefox-crashes-troubleshoot-prevent-and-get-help

  • HT4623 When I try to launch the Itunes app on my Iphone, it starts and then quits right away.  What should I do?

    When I try to launch the Itunes app on my Iphone, it starts and then quits right away.  What should I do?

    I would reinstall iOS 7.
    Open iTunes (11.1 or later) on your computer and plug your iPhone into your computer.
    Sync your iPhone with iTunes.
    Click on your iPhone device and from the Summary Tab, Back up using iCloud and/or iTunes.
    On your iPhone, open Settings/iCloud and turn off Find My Phone.
    In iTunes, click on the Restore button on the Summary tab next to Check for Updates.
    iTunes will completely wipe your phone and reinstall iOS 7.
    Setup your iPhone as new and restore from your back up.
    Check to see if the iTunes app is functioning correctly and not closing on you.
    I did this last night when setting Limit Ad Tracking kept closing Settings and taking me back to the Home screen. After reinstalling iOS 7, the issue went away.

  • Adobe Illustrator opens and then closes

    Hello, I think I'm in the right place! support prices, downloaded from the Adobe website
    cs5 Creative Suite, I installed the trial version, and all programs are working properly,ilustrator only opens and then closes it alone
    I have the acer UMN Noot with 3GB ram 1gb video shared and AMD atoll ll
    Can someone help me? please

    Hello Friends, I am grateful that I responded, I am Brazilian and I have to stay in thegoogle translator to speak with you had uninstalled the Creative Suite cs5 now erased the record of the sources in Cache, I'll install Windows system is novamente.Meu sevenhome basic, and I'm using the evaluation, any hint of activation?
      Thanks already

  • The window 8 store and all other app open and then close immediately .

    The window 8 store and all other app open and then close immediately .I
    have tried many methods like sfc /scannow,, powershell
    -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml without the quotes but , changed registery entries but found no effect . kindly help me !

    Hi ObaidMaki,
    This forum is to discuss problems of Windows Forms. Your question is not related to the topic of this forum.
    I would suggest you posting it in the dedicated Windows Forum
    http://answers.microsoft.com/en-us/windows for more efficient responses, where you can contact Windows experts.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Spry Accordion - Tabs open and then close after page loads

    I am using a Spry Accordion menu driven from a database.
    The menu opens up during the page load and then closes.
    I'm using SpryAccordion.js 1.6.1
    And to open a preset tab, I'm using:
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1",{useFixedPanelHeights:false, enableAnimation: false, defaultPanel: 0 });
    //-->
      </script>
    But, all of the tabs open and then close on page load.
    My page:   http://www.texashotjobs.us/00C01.aspx
    Any fix for this??
    Thanks, Ron

    Well to both thanks.  Actually I wasn't disappointed as I had a two part question...
    I tested the 1.6 JS and remembered that I had to modify the 1.4 so that tabs actually would link.  So I reverted back to 1.4.
    So, going to 1.6 fixed the open panel on load but "unfixed" the panel tab from linking.....
    So changing this in the 1.6 js fixed the link issue as well:
    Spry.Widget.Accordion.prototype.onPanelTabClick = function(e, panel)
        if (panel != this.currentPanel)
            this.openPanel(panel);
        else
            this.closePanel();
        if (this.enableKeyboardNavigation)
            this.focus();
    //    if (e.preventDefault) e.preventDefault();
    //    else e.returnValue = false;
    //    if (e.stopPropagation) e.stopPropagation();
    //    else e.cancelBubble = true;
    I t appears everything is working........
    Thanks, Ron Gaddis
    Visual Reality Productions

  • Downloaded Apps open and then close immediately

    The downloaded apps, not the apps that came with the phone, close immediately after i open them. i have reseted it multiple times and it doesnt work. HELP!!

    Hi there,
    I too have just experienced this, I suspect because I hooked my iphone up to a friends laptop when visiting on holiday (in Canada) and thought that rather than opening a new topic, I'd add on the end of this one...
    I have tried all suggestions found on Google (a restore, de-authorising my laptop and re-authorising with the itunes store, not syncing apps, downloading a new app (on the iphone and on my laptop) and then re-syncing and none of this has worked.
    Interestingly, if I download a brand new app via my laptop and sync it to my iphone, it works but all of my old apps restored from the backup open and then close within 2 seconds.
    Can anyone help?
    Thanks!

  • I updated my iPhone 3GS on iOS 5.1 everything is ok but when I tap a message in notification area a SMS error comes "This URL wasn't loaded: sms:/open?groupid=1." and when i tap on messages app open and then close certainly... Please anyone helpe me......

    I updated my iPhone 3GS on iOS 5.1 everything is ok but when I tap a message in notification area a SMS error comes "This URL wasn't loaded: sms:/open?groupid=1." and when i tap on messages app open and then close certainly... Please anyone helpe me......

    Forgot to mention I live in Peru Southamerica, the cell provider is Claro (America Moviles).

  • I've just updated OS to 10.10.1 and Finder keeps trying to open and then closes every 2 seconds with the message Finder is not Available. If Safari is opened full window it immediately closes and will only work with window smaller than maximum.

    I've just updated OS to 10.10.1 and Finder keeps trying to open and then closes every 2 seconds with the message Finder is not Available. If Safari is opened with the window full screen it immediately closes and will only work with window smaller than maximum. Driving me mad! Any help please!!

    Hi Linc
    Thank you for your response.
    I'm a bit of an amateur so I hope below is the information you've asked for:
    Step 1
    23/11/2014 09:19:14.007 ReportCrash[294]: Saved crash report for Finder[4349] version 10.10.1 (10.10.1) to /Users/AAAA/Library/Logs/DiagnosticReports/Finder_2014-11-23-091914_BBBB-MacBoo k-Pro-2.crash
    23/11/2014 09:19:14.008 ReportCrash[294]: Removing excessive log: file:///Users/AAAA/Library/Logs/DiagnosticReports/Finder_2014-11-23-091840_BBBB -MacBook-Pro-2.crash
    23/11/2014 09:19:14.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x103809000): p=4357[Finder] final status 0x3000a00, denying page sending SIGKILL
    23/11/2014 09:19:14.000 kernel[0]: CODE SIGNING: process 4357[Finder]: rejecting invalid page at address 0x103809000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    23/11/2014 09:19:14.454 com.apple.xpc.launchd[1]: (com.apple.Finder[4357]) Binary is improperly signed.
    23/11/2014 09:19:14.454 com.apple.xpc.launchd[1]: (com.apple.Finder) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    23/11/2014 09:19:15.584 Finder[4359]: assertion failed: 14B25: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
    23/11/2014 09:19:15.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x10bfbf000): p=4359[Finder] final status 0x3000a00, denying page sending SIGKILL
    23/11/2014 09:19:15.000 kernel[0]: CODE SIGNING: process 4359[Finder]: rejecting invalid page at address 0x10bfbf000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    Step 2
    Process:               Finder [4626]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:            com.apple.finder
    Build Info: Finder_FE-932001003000000~1
    Responsible:           Finder [4626]
    PlugIn Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    PlugIn Identifier:       com.apple.finder
    -0 sec                         CODE SIGNING: cs_invalid_page(0x10c9a5000): p=4626[Finder] final status 0x3000a00, denying page sending SIGKILL
    -0 sec                         CODE SIGNING: process 4626[Finder]: rejecting invalid page at address 0x10c9a5000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -2 sec                         CODE SIGNING: cs_invalid_page(0x10c5b3000): p=4624[Finder] final status 0x3000a00, denying page sending SIGKILL
    -2 sec                         CODE SIGNING: process 4624[Finder]: rejecting invalid page at address 0x10c5b3000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -3 sec                         CODE SIGNING: cs_invalid_page(0x10f4bd000): p=4622[Finder] final status 0x3000a00, denying page sending SIGKILL
    -3 sec                         CODE SIGNING: process 4622[Finder]: rejecting invalid page at address 0x10f4bd000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -5 sec                         CODE SIGNING: cs_invalid_page(0x105ecf000): p=4620[Finder] final status 0x3000a00, denying page sending SIGKILL
    -5 sec                         CODE SIGNING: process 4620[Finder]: rejecting invalid page at address 0x105ecf000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -7 sec                         CODE SIGNING: cs_invalid_page(0x1012cd000): p=4617[Finder] final status 0x3000a00, denying page sending SIGKILL
    -7 sec                         CODE SIGNING: process 4617[Finder]: rejecting invalid page at address 0x1012cd000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    --> __TEXT 000000010c966000-000000010ce55000 [ 5052K] r-x/rwx SM=COW /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
        __DATA 000000010ce55000-000000010cf53000 [ 1016K] rw-/rwx SM=COW /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0   com.apple.finder                                 0x000000010c9a521f 0x10c966000 + 258591
    10  com.apple.finder                               0x000000010c9977b5 0x10c966000 + 202677
    11  com.apple.finder                               0x000000010c988154 0x10c966000 + 139604
    12  com.apple.finder                               0x000000010c987e15 0x10c966000 + 138773
    13  com.apple.finder                               0x000000010c987d35 0x10c966000 + 138549
    14  com.apple.finder                               0x000000010c987cfd 0x10c966000 + 138493
    28  com.apple.finder                               0x000000010c96b960 0x10c966000 + 22880
    1   com.apple.finder                                 0x000000010c98a69d 0x10c966000 + 149149
    2   com.apple.finder                                 0x000000010c98aba7 0x10c966000 + 150439
    3   com.apple.finder                                 0x000000010c9795d2 0x10c966000 + 79314
    4   com.apple.finder                                 0x000000010c98aa0b 0x10c966000 + 150027
    5   com.apple.finder                                 0x000000010c98a952 0x10c966000 + 149842
    6   com.apple.finder                                 0x000000010c98a78a 0x10c966000 + 149386
    7   com.apple.finder                                 0x000000010c979496 0x10c966000 + 78998
    8   com.apple.finder                                 0x000000010c98a548 0x10c966000 + 148808
    9   com.apple.finder                                 0x000000010c98a410 0x10c966000 + 148496
    10  com.apple.finder                               0x000000010c983df6 0x10c966000 + 122358
           0x10c966000 -        0x10ce54ffb  com.apple.finder (10.10.1 - 10.10.1) <33C3024A-4A16-3485-B2B1-89FA33B9558A> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Many thanks
    David

  • Acrobat will not work, opens and then closes

    I can not get Acrobat to stay open, I purchased the download it seemed to download fine but opens and then closes.

    Did you install with anti-virus deactivated? Have you activated Acrobat? You may have to uninstall, run http://labs.adobe.com/downloads/acrobatcleaner.html, remove the Acrobat folder, reboot, and reinstall.
    Another possibility is to go to the control panel>Programs & Features and do a repair.

Maybe you are looking for