-
Notifications
You must be signed in to change notification settings - Fork 392
Paywalls - Slot and Lottie #5482
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
base: main
Are you sure you want to change the base?
Conversation
|
Name | Version | Download | Change | Install | Change | Approval |
---|---|---|---|---|---|---|
RevenueCat com.revenuecat.PaywallsTester |
1.0 (1) | 12.7 MB | ⬆️ 96.6 kB (0.76%) | 49.1 MB | ⬆️ 417.2 kB (0.86%) | N/A |
RevenueCat com.revenuecat.PaywallsTester.mac-catalyst-scaled-to-match-ipad |
1.0 (1) | 11.7 MB | ⬆️ 88.7 kB (0.76%) | 43.6 MB | ⬆️ 365.1 kB (0.84%) | N/A |
RevenueCat com.revenuecat.PaywallsTester.mac-catalyst-optimized-for-mac |
1.0 (1) | 11.7 MB | ⬆️ 88.7 kB (0.76%) | 43.6 MB | ⬆️ 365.1 kB (0.84%) | N/A |
RevenueCat 1.0 (1)
com.revenuecat.PaywallsTester
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬆️ 417.2 kB (0.86%)
Total download size change: ⬆️ 96.6 kB (0.76%)
Largest size changes
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 162.4 kB |
Code Signature | ⬆️ 10.4 kB |
DYLD.Exports | ⬆️ 10.2 kB |
📝 RevenueCatUI.SlotLottieComponentViewModel.SlotLottieComponentView... | ⬆️ 7.5 kB |
📝 RevenueCatUI.SlotComponentViewModel.SlotComponentViewModel | ⬆️ 5.1 kB |
RevenueCat 1.0 (1)
com.revenuecat.PaywallsTester.mac-catalyst-scaled-to-match-ipad
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬆️ 365.1 kB (0.84%)
Total download size change: ⬆️ 88.7 kB (0.76%)
Largest size changes
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 124.7 kB |
DYLD.Exports | ⬆️ 10.2 kB |
Code Signature | ⬆️ 8.5 kB |
📝 RevenueCatUI.SlotLottieComponentViewModel.SlotLottieComponentView... | ⬆️ 7.4 kB |
📝 RevenueCatUI.SlotComponentViewModel.SlotComponentViewModel | ⬆️ 4.8 kB |
RevenueCat 1.0 (1)
com.revenuecat.PaywallsTester.mac-catalyst-optimized-for-mac
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬆️ 365.1 kB (0.84%)
Total download size change: ⬆️ 88.7 kB (0.76%)
Largest size changes
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 124.7 kB |
DYLD.Exports | ⬆️ 10.2 kB |
Code Signature | ⬆️ 8.5 kB |
📝 RevenueCatUI.SlotLottieComponentViewModel.SlotLottieComponentView... | ⬆️ 7.4 kB |
📝 RevenueCatUI.SlotComponentViewModel.SlotComponentViewModel | ⬆️ 4.8 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
📸 Snapshot Test2 modified, 6 added, 703 unchanged
🛸 Powered by Emerge Tools |
Motivation
Coming soon
Description
Slot
RevenueCat Components Plugins
By Developer
Or we can do magic
But this has a chance of not working since there would be no
import RevenueCatUILottie
soRevenueCatUILottie
might get removed out of the binary. But... it might not hurt to just do incase the user forgets? 🤷♂️One thing we would need to do is probably include the names of the plugins being used like
RCUILottiePlugin
in the paywalls/offerings response so the SDK knows which plugins to try to register automatically.By Us (when implementing)