SORU
29 NİSAN 2011, Cuma


İOS olmadığını kontrol uygulaması arka planda

Eğer uygulamayı arka planda çalışır durumda olup olmadığını kontrol etmek istiyorum.

İçinde:

locationManagerDidUpdateLocation {
    if(app is runing in background){
        do this
    }
}

CEVAP
5 ŞUBAT 2013, Salı


UIApplicationState state = [[UIApplication sharedApplication] applicationState];
if (state == UIApplicationStateBackground || state == UIApplicationStateInactive)
{
   //Do checking here.
}

Bu sorunun çözümünde yardımcı olabilir.

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • discokatze

    discokatze

    23 EYLÜL 2009
  • sinumatic

    sinumatic

    19 Aralık 2006
  • undrmyumbrellaa

    undrmyumbrel

    25 Temmuz 2012