CC-582 | Allow for support ticket creation#5779
Merged
Merged
Conversation
Generated by 🚫 Danger |
2 builds increased size
RevenueCat 1.0 (1)
|
| Item | Install Size Change |
|---|---|
| DYLD.String Table | ⬆️ 318.7 kB |
| Code Signature | ⬆️ 21.3 kB |
| DYLD.Exports | ⬆️ 7.2 kB |
| 📝 RevenueCat.PostCreateTicketOperation.PostCreateTicketOperation | ⬆️ 3.6 kB |
| DYLD.Fixups | ⬆️ 1.6 kB |
RevenueCat 1.0 (1)
com.revenuecat.PaywallsTester.mac-catalyst-optimized-for-mac
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬆️ 735.6 kB (1.65%)
Total download size change: ⬆️ 183.4 kB (1.5%)
Largest size changes
| Item | Install Size Change |
|---|---|
| DYLD.String Table | ⬆️ 232.1 kB |
| Code Signature | ⬆️ 18.5 kB |
| DYLD.Exports | ⬆️ 7.2 kB |
| 📝 RevenueCat.PostCreateTicketOperation.PostCreateTicketOperation | ⬆️ 3.6 kB |
| DYLD.Fixups | ⬆️ 1.6 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
📸 Snapshot Test4 added, 476 unchanged
🛸 Powered by Emerge Tools |
…:RevenueCat/purchases-ios into rosie/cc-582-show-create-a-ticket-ui-ios
vegaro
requested changes
Nov 12, 2025
| ## Installing Tuist | ||
|
|
||
| Follow the official installation guide at [tuist.io](https://docs.tuist.io/tutorial/get-started) to install Tuist, then verify the install with `tuist version`. | ||
| Follow the official installation guide at [tuist.io](https://docs.tuist.dev/en/guides/quick-start/get-started) to install Tuist, then verify the install with `tuist version`. |
…:RevenueCat/purchases-ios into rosie/cc-582-show-create-a-ticket-ui-ios
github-merge-queue Bot
pushed a commit
to RevenueCat/purchases-android
that referenced
this pull request
Nov 17, 2025
### Motivation This will allow customers to create a support ticket in order to contact the developer, rather than directly emailing the developer. ### Description - If the correct config is passed through (from enabling support tickets in the dashboard) the "Contact us" button will no longer open the native mail client, but will instead show a new screen. This screen allows customer to give their email and a description of the issue. This will then be passed on to the developer from the backend. I tested my changes locally (emulator only, due to no Android device) both against my local API and the production API, using existing CC configs and some with the new changes. I also added unit tests for the new screen. [iOS PR](RevenueCat/purchases-ios#5779)
Member
|
@RCGitBot please test |
facumenzella
approved these changes
Nov 18, 2025
facumenzella
left a comment
Member
There was a problem hiding this comment.
A tiny thing here and there, but this looks great =)
Let's see this live 🔥
…:RevenueCat/purchases-ios into rosie/cc-582-show-create-a-ticket-ui-ios
vegaro
approved these changes
Nov 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Motivation
This will allow customers to create a support ticket in order to contact the developer, rather than directly emailing the developer.
Description
If the correct config is passed through (from enabling support tickets in the dashboard) the "Contact us" button will no longer open the native mail client, but will instead show a new screen. This screen allows customer to give their email and a description of the issue. This will then be passed on to the developer from the backend.
I tested my changes locally both against my local API and the production API, using existing CC configs and some with the new changes. I also added unit tests for the new screen.
Android PR