Ios8 Baidu map cannot be located
In October 21, 2014, Baidu map iOS SDK v2.5.0 was released
Note the following when using Xcode6 to create a project:
Add: Bundle display name in info. plist (this configuration is not available for the project created in Xcode6. If this configuration is not available, the manager start failed will be caused)
[New]
1. Added adaptation to the arm64 CPU architecture;
Basic Map
1. Added screen adaptation for iPhone 6 and iPhone 6 plus;
Positioning
1. Added adaptation to iOS8 positioning;
Note the following when using the positioning function provided by the SDK:
You need to add it in info. plist (either of the following two is selected, and NSLocationWhenInUseUsageDescription is used by default ):
NSLocationWhenInUseUsageDescription, which allows you to obtain the GPS description during foreground use.
NSLocationAlwaysUsageDescription, which allows permanent use of GPS description