Introductory Pricing — a strategy of temporarily reducing the price of a subscription or purchase to attract new users and accelerate conversion. According to RevenueCat (2025), apps with introductory pricing show a 45% higher conversion rate to paying users. This strategy includes free trial periods, reduced rates for the first months, and seasonal promotions.
Key Takeaways
Introductory Pricing is a marketing and pricing strategy in which a new user receives a product or service at a reduced price for a limited period. After the introductory period ends, the price returns to the standard level. This strategy is widely used in mobile subscription apps to lower the entry barrier.
The concept of introductory pricing is based on behavioral economics: the anchoring effect causes users to compare the standard price with the reduced one, perceiving it as more advantageous. Additionally, during the introductory period, users become accustomed to the product (habit formation), which increases their willingness to pay the full price.
According to Statista (2025), 68% of subscription apps in the App Store top 100 use some form of introductory pricing. The average conversion increase when implementing introductory pricing is 35–60% compared to offering a subscription at full price directly.
Introductory pricing works through three psychological mechanisms: risk reduction (the user pays less for the first period), habit formation (during the introductory period, the product becomes part of the user's routine), and the sunk cost effect (after several months of payment, users are less likely to cancel the subscription).
Technically, introductory pricing is implemented through the introductory offers mechanism in StoreKit (iOS) and Billing Library (Android). The App Store supports three types of introductory offers: free trial, pay-as-you-go, and pay-up-front. Each type has its own configuration features and impact on conversion.
On iOS, introductory offers are tied to a specific subscription product and have a limitation — one introductory period per user per product. On Android, similar logic is implemented through subscription offers with discounted pricing. Reusing introductory pricing for the same user is prohibited by the platforms.
import StoreKit
func fetchIntroductoryOffer(product: Product) async -> Product? {
var product = product
if let offer = product.subscription?.introductoryOffer {
if offer.paymentMode == .freeTrial {
print("Free trial available: \(offer.period.value) days")
} else if offer.paymentMode == .payAsYouGo {
print("Discounted period: \(offer.price) per \(offer.period.unit)")
}
return product
}
return nil
}
After the introductory pricing period ends, the subscription automatically transitions to the standard rate. The payment SDK sends a notification to the user 24 hours before the charge (iOS) or via push notifications (Android). The user can cancel the subscription at any time before the end of the introductory period without being charged.
Introductory pricing includes several strategies that differ in discount mechanism and introductory period duration. The choice of a specific type depends on the business model and monetization goals of the app.
| Type | Description | Conversion | Example |
|---|---|---|---|
| Free trial | N days free, then full price | 25–40% | Spotify Premium |
| Discounted period | First month at 50% off | 30–45% | Headspace |
| Pay-as-you-go | Reduced price per period | 20–35% | Apple Arcade |
| Annual discount | Yearly subscription with discount | 15–25% | Calm |
Free trial is the most common type of introductory pricing. The user gets full access to the product for free for 7–30 days. At the end of the trial, the subscription automatically transitions to a paid plan. Effectiveness depends on the quality of onboarding and demonstration of the product's value.
Discounted period offers the user the first month or year at a reduced price (typically 30–70% off the standard rate). This strategy attracts a more solvent audience than free trial, since the user pays immediately, even if less. Conversion may be lower, but user quality is higher.
The pay-as-you-go model offers an introductory price for each subscription period over a fixed term (e.g., 3 months at $2.99 instead of $9.99). It is used for long-term product familiarization at a reduced rate. It allows spreading out the process of getting accustomed to the full price.
Introductory pricing is a powerful growth tool, but improper application can reduce long-term revenue. The key advantage is lowering the entry barrier: a user is less likely to decline a subscription if the first period costs a nominal amount or is free.
According to Appsflyer (2025), apps with introductory pricing attract 40% more new subscribers but have a 10–15% higher churn rate after transitioning to full price. This is because some users come solely for the discount and are not willing to pay the full price.
Introductory pricing is ineffective for products with low perceived value or weak differentiation — if the user doesn't see value in the product, a discount won't change their decision. The strategy is also unsuitable for apps with very low subscription prices (under $1 per month).
To evaluate introductory pricing, you need to track not only subscription conversion but also long-term metrics: retention after the introductory period, LTV of users acquired through introductory pricing, and the percentage of cancellations after transitioning to the full rate.
| Metric | Description | Benchmark |
|---|---|---|
| Introductory Conversion | % who signed up for the introductory offer | 15–30% |
| Post-intro Conversion | % who continued paying after the period | 50–70% |
| Overall Conversion | End-to-end trial-to-paid conversion | 10–20% |
| LTV by Cohort | LTV of users with intro vs without | +20–40% with intro |
| Payback Period | CAC payback time | 3–6 months |
Be sure to conduct cohort analysis: compare the LTV of users acquired through introductory pricing with users who subscribed at full price. If the LTV of the first cohort is lower, the strategy needs revision — perhaps the discount is too deep or the target audience is misselected.
It is recommended to test different introductory pricing combinations: free trial 7 vs 14 days, 30% vs 50% discount, pay-as-you-go vs discounted period. The key metric is not conversion during the introductory period, but LTV over 6–12 months.
Netflix uses a 30-day free trial in some regions — one of the longest trials among streaming services. Netflix's post-trial conversion reaches 60% thanks to high content quality and the habit effect: over a month, the user forms a daily viewing habit.
Calm — a meditation app — offers a yearly subscription at 60% off the monthly rate as an introductory offer. This is not a free trial but a discounted annual plan. This strategy targets users with high willingness to pay who value long-term savings. Calm reached 4 million paying subscribers (2025) precisely through a combination of content marketing and annual introductory pricing.
Duolingo — one of the best examples of a combined strategy. The app offers a 14-day free trial of Duolingo Super, after which the user can subscribe at a reduced first-month price. Duolingo also actively uses seasonal promotions (40% off in December), creating an additional conversion driver during the holiday period.
Frequently Asked Questions
Introductory Pricing is a temporary discount on a subscription for new users. For example, the first month for $1 instead of $9.99. The goal is to lower the entry barrier and let the user try the product at a reduced price before paying the full amount.
Free trial is completely free access for N days — no payment is charged until the trial ends. Discounted period — the user pays from the start but at a reduced rate. Free trial gives higher initial conversion, while discounted period attracts higher-quality users.
No, Apple and Google prohibit offering introductory pricing to the same user twice for the same product. Platform systems track subscription history and block repeated use of introductory offers. Separate promotional offers are used for user win-back.
Yes, perception can change: frequent discounts lower the perceived value of the product in users' eyes. The recommended approach is to offer introductory pricing for a limited time or during specific seasons, emphasizing the temporary nature of the offer. Constant discounts devalue the brand.
The key metric is the LTV of users acquired through introductory pricing over 6–12 months. Compare the LTV of this cohort with users who subscribed at full price. If the LTV with intro is 20%+ lower, the strategy needs adjustment — the discount may be too aggressive or the introductory period duration insufficient for habit formation.
Summary
We will develop a mobile application turnkey
IT Sectr creates iOS and Android applications for startups and businesses since 2017. We will advise you and propose the best solution.
Read also