Post

Replies

Boosts

Views

Activity

Reply to CLLocationButton not work for Chinese Simplified localization.
The xcode project adds Chinese Simplified localization, device language and region switch to Chinese Simplified/China Mainland, then CLLocationButton does not display the label and icon, and the dialog box will not be displayed when clicked. If you switch to en, everything works fine. import UIKit import CoreLocationUI class ViewController: UIViewController {  override func viewDidLoad() {   super.viewDidLoad()       let button = CLLocationButton(frame: CGRect(origin: CGPoint(x: 10, y: 60), size: CGSize(width: 200, height: 44)))   button.icon = .arrowFilled   button.label = .currentLocation   button.cornerRadius = 12.0   view.addSubview(button)  } }
Dec ’21
Reply to CLLocationButton not work for Chinese Simplified localization.
The xcode project adds Chinese Simplified localization, device language and region switch to Chinese Simplified/China Mainland, then CLLocationButton does not display the label and icon, and the dialog box will not be displayed when clicked. If you switch to en, everything works fine. import UIKit import CoreLocationUI class ViewController: UIViewController {  override func viewDidLoad() {   super.viewDidLoad()       let button = CLLocationButton(frame: CGRect(origin: CGPoint(x: 10, y: 60), size: CGSize(width: 200, height: 44)))   button.icon = .arrowFilled   button.label = .currentLocation   button.cornerRadius = 12.0   view.addSubview(button)  } }
Dec ’21
Reply to Finder Sync Extension does not allow for sandboxed access
Same problem here, any update?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to StoreKit 2 products always loading in App Review
I gave up StoreKit 2 and everything is working fine now.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Mac in-app purchases aren't showing up in the production environment with StoreKit 2
Same issues for me, simply incredible.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to StoreKit 2 Purchase doesn't load in App Review
I also encountered the same problem, can anyone help?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to CLLocationButton not work for Chinese Simplified localization.
The xcode project adds Chinese Simplified localization, device language and region switch to Chinese Simplified/China Mainland, then CLLocationButton does not display the label and icon, and the dialog box will not be displayed when clicked. If you switch to en, everything works fine. import UIKit import CoreLocationUI class ViewController: UIViewController {  override func viewDidLoad() {   super.viewDidLoad()       let button = CLLocationButton(frame: CGRect(origin: CGPoint(x: 10, y: 60), size: CGSize(width: 200, height: 44)))   button.icon = .arrowFilled   button.label = .currentLocation   button.cornerRadius = 12.0   view.addSubview(button)  } }
Replies
Boosts
Views
Activity
Dec ’21
Reply to CLLocationButton not work for Chinese Simplified localization.
The xcode project adds Chinese Simplified localization, device language and region switch to Chinese Simplified/China Mainland, then CLLocationButton does not display the label and icon, and the dialog box will not be displayed when clicked. If you switch to en, everything works fine. import UIKit import CoreLocationUI class ViewController: UIViewController {  override func viewDidLoad() {   super.viewDidLoad()       let button = CLLocationButton(frame: CGRect(origin: CGPoint(x: 10, y: 60), size: CGSize(width: 200, height: 44)))   button.icon = .arrowFilled   button.label = .currentLocation   button.cornerRadius = 12.0   view.addSubview(button)  } }
Replies
Boosts
Views
Activity
Dec ’21