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

  • Bucky Roberts

    Bucky Robert

    9 HAZİRAN 2011
  • Google Россия

    Google Ро

    9 Temmuz 2007
  • MrDevin521

    MrDevin521

    18 Temmuz 2010