Update IAP

This commit is contained in:
Ilya Laktyushin
2024-07-08 18:00:41 +04:00
parent 3b20464fe6
commit 3f1bc2b21b
3 changed files with 13 additions and 3 deletions

View File

@@ -40,7 +40,11 @@ private let productIdentifiers = [
"org.telegram.telegramStars.topup.x750",
"org.telegram.telegramStars.topup.x1000",
"org.telegram.telegramStars.topup.x1500",
"org.telegram.telegramStars.topup.x2500"
"org.telegram.telegramStars.topup.x2500",
"org.telegram.telegramStars.topup.x5000",
"org.telegram.telegramStars.topup.x10000",
"org.telegram.telegramStars.topup.x25000",
"org.telegram.telegramStars.topup.x50000"
]
private extension NSDecimalNumber {

View File

@@ -288,13 +288,19 @@ private final class StarsPurchaseScreenContentComponent: CombinedComponent {
500: 4,
1000: 5,
2500: 6,
25: 1,
50: 1,
100: 2,
150: 2,
350: 3,
750: 4,
1500: 5
1500: 5,
5000: 6,
10000: 6,
25000: 7,
50000: 7
]
let externalStateUpdated = context.component.stateUpdated

View File

@@ -1,5 +1,5 @@
{
"app": "10.14.2",
"app": "10.14.3",
"xcode": "15.2",
"bazel": "7.1.1",
"macos": "13.0"