Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial Support for Nudges in iOS! 🎉
Overview
This PR adds initial support for Nudges in iOS. Nudges can be opened immediately after you call
.boot
or via your own event emission with.trackEvent
This PR also restructures the SDK to follow a singleton pattern (ie.
CommandBarSDK.shared
). We also made the example app unnecessarily pretty 🤩What Nudges are supported?
What Content Blocks are supported?
Are actions supported?
Right now, only link, go to step, go to nudge, dismiss and go back are supported.
Are audiences supported?
At this time, audiences are not supported
Can I have my Nudge only render on a particular page?
At this time, no this is not supported. However, by utitilizing,
CommandBarSDK.shared.trackEvent("<some_event>")
you can achieve this behavior!Can I change the theme of my nudge?
At this time, no this is not supported. However, with this PR, the users system color is used ie dark/light