I am trying to use tip kit in my demo app but I am unable to access its api's.
When I try to call TipsCenter.shared.configure() I am getting Cannot find 'TipsCenter' in scope. I am using the latest Xcode beta and trying in swiftUI.
Any solutions?
Post
Replies
Boosts
Views
Activity
I am using a Mac Catalyst app and saving the content of the app in core data.
After uninstalling the app the saved core data file is not getting deleted. Due to this I am having major bugs during launch of the app.
My requirement is core data contents should be removed once the app is uninstalled.
Anybody with solutions for this?