Page 1 of 1

Required device capabilities issue for iOS Devices

Posted: Mon Aug 17, 2015 1:06 am
by A.W.H.

Hi, I'm getting an error when testing my app on an iPad 2. Apparently the iPad 2 does not support 'gps', and I request the user's location using gps/location-services which require gps.

Now, when I run the app, I get an error since the iPad doesn't support GPS. When I remove gps from required device capabilities, then I see that the app at least loads, but it gives me an error when it tries to get the device location:

"2015-08-16 18:02:59.926 Ping[383:19279] -[PushNotification didFailToRegisterForRemoteNotificationsWithError:] [Line 88] didFailToRegisterForRemoteNotificationsWithError:Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x17046f940 {NSLocalizedDescription=no valid 'aps-environment' entitlement string found for application}"

Image

What should I do? I need GPS, but if I require it, then some iPads will not be compatible. Help!


Required device capabilities issue for iOS Devices

Posted: Mon Aug 17, 2015 1:06 am
by A.W.H.

thanks!


Required device capabilities issue for iOS Devices

Posted: Mon Aug 17, 2015 1:08 am
by A.W.H.

thx


Required device capabilities issue for iOS Devices

Posted: Tue Aug 18, 2015 2:03 am
by A.W.H.

Do i need GPS for location tracking, or just location services? Both? Thanks


Required device capabilities issue for iOS Devices

Posted: Thu Aug 20, 2015 1:34 pm
by Illya Stepanov

Hi Ave -

Unfortunately, here nothing we can do. iPad's with Wi-Fi doesn't have GPS at all, only iPad's with cellular module has GPS.


Required device capabilities issue for iOS Devices

Posted: Fri Aug 21, 2015 4:34 am
by A.W.H.

I'm curious if both are needed.