Is there a way un-invalidate a Tip with TipKit ?

I'd like to offer an option to let my users see tips again. Is there a way to do this either globally, or per tip ?

right now the only option I see is to have initialization login to call Tips.resetDatastore() and have the user restart the app.

I'm currently using events and rules to only show each tip once.

Replies

Hey MrGadzoinks, currently we don't have a way to reset a tip once it has been invalidated. If you are already using rules to ensure a tip only appears once, you could provide a custom TipViewStyle with your own close button action to dismiss the tip based on your rules.

Please file developer feedback if this is behavior you would like to customize with the default MiniTipViewStyle!