Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Nudges V1 #1

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Feature: Nudges V1 #1

merged 5 commits into from
Dec 18, 2023

Conversation

Cavallando
Copy link
Collaborator

@Cavallando Cavallando commented Dec 18, 2023

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 🤩

Simulator Screen Recording - iPhone 15 Pro - 2023-12-18 at 15 05 49

What Nudges are supported?

  • Popover Nudges
  • Modal Nudges

What Content Blocks are supported?

  • Button (primary & secondary)
  • Video (URL Only)
  • Image
  • Rating
  • Short Survey
  • Long Survey

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

@Cavallando Cavallando merged commit 8ff3d7e into main Dec 18, 2023
@Cavallando Cavallando deleted the swat/mobile-nudges branch December 18, 2023 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant