diff --git a/build-system/example-configuration/variables.bzl b/build-system/example-configuration/variables.bzl index 26b6550f2e..ed0fce4614 100644 --- a/build-system/example-configuration/variables.bzl +++ b/build-system/example-configuration/variables.bzl @@ -8,7 +8,7 @@ telegram_is_internal_build = "false" telegram_is_appstore_build = "true" telegram_appstore_id = "686449807" telegram_app_specific_url_scheme = "tg" -telegram_premium_iap_product_id = "" +telegram_premium_iap_product_id = "org.telegram.telegramPremium.monthly" telegram_aps_environment = "production" telegram_enable_siri = True telegram_enable_icloud = True