Post

Replies

Boosts

Views

Activity

Reply to iOS 18.4 beta 4 tipkit crash
Thanks for the response. Here is my code. It works on iOS 18.3 and even on iOS 18.4 Beta 4 Presenting the tip: Task { @MainActor in if await self.histogramTip.shouldDisplay { let controller = TipUIPopoverViewController(self.histogramTip, sourceItem: self.versionChartView) self.present(controller, animated: true) } } Definition of the tip: struct HistogramTip: Tip, Identifiable { var id: UUID = UUID() var title: Text { Text("Firmware Info") } var message: Text? { Text("Tap on any bar to see info about the firmware version") } } I also do this in the AppDelegate: try? Tips.configure([ .displayFrequency(.immediate) ])
Topic: UI Frameworks SubTopic: General Tags:
Mar ’25
Reply to In-app purchase localization issue
One year later this issue still exists. Can anyone tells me if the issue has been solved for them and if there is a workaround? Specifically, my app has 7 localizations for subscriptions (IAP). The app shows Dutch localization for users whose device is sent to English (including myself). There is a yellow dot next to some of the localizations. All in-app purchases have been approved a few days ago.
Topic: App & System Services SubTopic: StoreKit Tags:
Feb ’22