The correct answer upstairs is that you need to register in the plist. The model you mentioned should not be affected. I think it is the system version. The iOS positioning registration method has changed in sdk8.0
For iOS8 system, these two parameters need to be added to the plist file
NSLocationAlwaysUsageDescription = YES
NSLocationWhenInUseUsageDescription = YES
It definitely has nothing to do with the phone, it should have something to do with the system.
Added
plist
? Reference hereThe correct answer upstairs is that you need to register in the plist. The model you mentioned should not be affected. I think it is the system version. The iOS positioning registration method has changed in sdk8.0
For iOS8 system, these two parameters need to be added to the plist file
NSLocationAlwaysUsageDescription = YES
NSLocationWhenInUseUsageDescription = YES