Skip to content

WIP: support workflow#3865

Closed
aboedo wants to merge 7 commits into
mainfrom
andy/support
Closed

WIP: support workflow#3865
aboedo wants to merge 7 commits into
mainfrom
andy/support

Conversation

@aboedo

@aboedo aboedo commented May 3, 2024

Copy link
Copy Markdown
Member

https://www.loom.com/share/cd4d9305fb6d43338ee5905f095655a4

Adds the ability to open up a support workflow with a single line of code, SupportView.

This is set up as a new folder within RevenueCatUI, and it reuses a lot of stuff from RevenueCat itself.

It's currently very hacky, but all the functionality that is there works correctly.

Includes:

  • Open up the support workflow
  • If you have an active subscription
    • if subscription is from apple, open up manage subscriptions screen
    • if not, inform them that they need to manage it elsewhere, provide a button to open up management screen of the store
  • Ability to restore with a nice-looking flow
  • Ability to contact support (although we need to make the actual link configurable through a backend endpoint)
  • Ability to begin a refund request through apple (although we'd also want to provide extra UI there with a winback offer)
  • Ability to see your current subscription, expiration, renew status, date and price

@aboedo aboedo self-assigned this May 3, 2024
@RevenueCat-Danger-Bot

Copy link
Copy Markdown
1 Error
🚫 Label the PR using one of the change type labels
1 Message
📖 Size increase: 14.04 KB
Label Description
breaking Changes that are breaking
build Changes that affect the build system
ci Changes to our CI configuration files and scripts
docs Documentation only changes
feat A new feature
fix A bug fix
perf A code change that improves performance
RevenueCatUI A change to the RevenueCatUI library
refactor A code change that neither fixes a bug nor adds a feature
style Changes that don't affect the meaning of the code (white-space, formatting, missing semi-colons, etc
test Adding missing tests or correcting existing tests
next_release Preparing a new release
dependencies Updating a dependency
phc_dependencies Updating purchases-hybrid-common dependency

Generated by 🚫 Danger

@vegaro

vegaro commented Jun 7, 2024

Copy link
Copy Markdown
Member

closing in favor of #3919

@vegaro vegaro closed this Jun 7, 2024
@vegaro vegaro deleted the andy/support branch June 7, 2024 13:39
vegaro added a commit that referenced this pull request Jun 28, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865 

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jun 28, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865 

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 3, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865 

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 5, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865 

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 8, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 9, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 15, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
vegaro added a commit that referenced this pull request Jul 17, 2024
Base branch is `integration/customer_support_workflow` so we don't merge
into `main` yet

Borrows a lot from #3865

Creates a new `CustomerCenterView` that can be used as a customer
support workflow starting point.

All details can be found in
https://linear.app/revenuecat/project/sdk-support-workflow-cf7f6a1d5340/overview

---------

Co-authored-by: Will Taylor <wtaylor151@gmail.com>
Co-authored-by: James Borthwick <109382862+jamesrb1@users.noreply.github.com>
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.

3 participants