Fetch offline entitlement mappings through Remote Config#7265
Draft
rickvdl wants to merge 9 commits into
Draft
Conversation
rickvdl
force-pushed
the
rickvdl/verified-pem-remote-config
branch
from
July 21, 2026 15:24
e81f0d4 to
8b5c075
Compare
Member
Author
|
@RCGitBot please test |
rickvdl
force-pushed
the
rickvdl/verified-pem-remote-config
branch
from
July 22, 2026 10:19
8b5c075 to
c6723c9
Compare
2 builds increased size, 2 builds decreased size
RevenueCat 1.0 (1)
|
| Item | Install Size Change |
|---|---|
| DYLD.String Table | ⬆️ 16.7 kB |
| DYLD.Exports | ⬆️ 1.4 kB |
| RevenueCat.OfflineEntitlementsManager.OfflineEntitlementsManager | ⬇️ -928 B |
| Other | ⬆️ 5.4 kB |
BinarySizeTest 1.0 (1)
com.revenuecat.binary-size-test.local-source
⚖️ Compare build
📦 Install build
⏱️ Analyze build performance
Total install size change: ⬇️ 4.5 kB (-0.03%)
Total download size change: ⬇️ 1.1 kB (-0.02%)
Largest size changes
| Item | Install Size Change |
|---|---|
| 🗑 RevenueCat.OfflineEntitlementsManager.Error | ⬇️ -10.4 kB |
| 📝 RevenueCat.OfflineEntitlementsManager.updateProductsEntitlementsC... | ⬆️ 1.6 kB |
| RevenueCat.Purchases.updateAllCaches(isAppBackgrounded,fetchConte... | ⬇️ -1.6 kB |
| Swift._NativeDictionary.merge(isUnique,uniquingKeysWith) | ⬇️ -1.0 kB |
| objectdestroyTm | ⬇️ -632 B |
BinarySizeTest 1.0 (1)
com.revenuecat.binary-size-test.cocoapods
⚖️ Compare build
📦 Install build
⏱️ Analyze build performance
Total install size change: ⬆️ 3.5 kB (0.01%)
Total download size change: ⬇️ 128 B
Largest size changes
| Item | Install Size Change |
|---|---|
| 🗑 RevenueCat.OfflineEntitlementsManager.Error | ⬇️ -10.4 kB |
| DYLD.String Table | ⬆️ 4.8 kB |
| 📝 RevenueCat.OfflineEntitlementsManager.updateProductsEntitlementsC... | ⬆️ 1.6 kB |
| RevenueCat.Purchases.updateAllCaches(isAppBackgrounded,fetchConte... | ⬇️ -1.6 kB |
| objectdestroyTm | ⬇️ -632 B |
BinarySizeTest 1.0 (1)
com.revenuecat.binary-size-test.spm
⚖️ Compare build
📦 Install build
⏱️ Analyze build performance
Total install size change: ⬇️ 4.4 kB (-0.04%)
Total download size change: ⬇️ 6.0 kB (-0.13%)
Largest size changes
| Item | Install Size Change |
|---|---|
| 🗑 RevenueCat.OfflineEntitlementsManager.Error | ⬇️ -10.4 kB |
| 📝 RevenueCat.OfflineEntitlementsManager.updateProductsEntitlementsC... | ⬆️ 1.6 kB |
| RevenueCat.Purchases.updateAllCaches(isAppBackgrounded,fetchConte... | ⬇️ -1.6 kB |
| Swift._NativeDictionary.merge(isUnique,uniquingKeysWith) | ⬇️ -1.0 kB |
| objectdestroyTm | ⬇️ -632 B |
🛸 Powered by Emerge Tools
rickvdl
force-pushed
the
rickvdl/verified-pem-remote-config
branch
from
July 22, 2026 16:09
c6723c9 to
6bb91ce
Compare
❌ CI Job Failed —
|
rickvdl
force-pushed
the
rickvdl/verified-pem-remote-config
branch
from
July 23, 2026 13:08
a2b2a33 to
3c23fab
Compare
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.




(Don't merge before backend is ready)
iOS equivalent of Android PR RevenueCat/purchases-android#3817
Description
Implements fetching the
ProductEntitlementMappingthrough the remote config infrastructure. This will only be done when remote config is enabled. And will still fall back to the existing implementation when remote config is disabled through the kill-switch.There's still an open question around handling the fallback if the kill-switch is activated later here