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

  • Floortile83

    Floortile83

    16 Ocak 2010
  • RiverCityGraphix

    RiverCityGra

    6 Ocak 2012
  • The Slow Mo Guys

    The Slow Mo

    15 AĞUSTOS 2010