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

  • 99being99

    99being99

    2 EYLÜL 2008
  • BlackBoxTV

    BlackBoxTV

    7 Mayıs 2007
  • infiniTuts

    infiniTuts

    18 Ocak 2012