Location access – App is not asking for user permission to access location – iOS 11

I have gone through the Apple documentation and found the solution for this question. Apple has changed few guidelines to get user location. Here is the Video Link: Apple- What’s New in Location Technologies Full code for location access in Swift & Objective-C both Solution: Now we need to add three Authentication Key into Plist: … Read more

CredStore Perform Query error

This error occurs when trying to retrieve an URLCredential from URLCredentialStorage for an unknown URLProtectionSpace. e.g. let protectionSpace = URLProtectionSpace.init(host: host, port: port, protocol: “http”, realm: nil, authenticationMethod: nil) var credential: URLCredential? = URLCredentialStorage.shared.defaultCredential(for: protectionSpace) produces CredStore – performQuery – Error copying matching creds. Error=-25300, query={ class = inet; “m_Limit” = “m_LimitAll”; ptcl = http; … Read more