ios - iPad (4th generation) Wi-Fi + Cellular (MM) background mode not working -
i have app working in background mode in iphone 4 , iphone 5. tested in xcode simulator (ios 9.1). in background mode, i'm receiving location notifications , push them server. however, i'm testing on ipad (4th generation) wi-fi + cellular (mm) a1460
, when app enters in background mode stops receiving notifications , sending requests server.
any idea why app it's not working in background?
i solved issue setting
locationmanager.allowsbackgroundlocationupdates = yes;
Comments
Post a Comment