Post

Replies

Boosts

Views

Activity

Reply to Xcode 12.2 / iOS 14.2 Simulator not rendering links in Messages app
In iOS 14 using Spotlight seems to work well: 		private func open(_ urlString: String) { 				XCUIDevice.shared.press(.home) 				XCUIApplication(bundleIdentifier: "com.apple.springboard").swipeDown() 				let spotlight = XCUIApplication(bundleIdentifier: "com.apple.Spotlight") 				spotlight.textFields["SpotlightSearchField"].typeText(urlString) 				spotlight.buttons["go"].tap() 		}
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’21
Reply to StoreKit2: .purchase() not working after expiry of subscription in app, but renewing in AppStore sandbox does...
I am having this exact issue as well. Switching products also works (monthly to annual or vice versa). Has any verified if this behavior happens in production or is it TestFlight specific?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode 12.2 / iOS 14.2 Simulator not rendering links in Messages app
In iOS 14 using Spotlight seems to work well: 		private func open(_ urlString: String) { 				XCUIDevice.shared.press(.home) 				XCUIApplication(bundleIdentifier: "com.apple.springboard").swipeDown() 				let spotlight = XCUIApplication(bundleIdentifier: "com.apple.Spotlight") 				spotlight.textFields["SpotlightSearchField"].typeText(urlString) 				spotlight.buttons["go"].tap() 		}
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’21