May 2025 Summaries
18 posts from RevenueCat
Filter
Month:
Year:
Post Summaries
Back to Blog
RevenueCat's Sub Club podcast featured a discussion with Tim Dikun, COO of Teaching.com, about the challenges and opportunities in developing subscription-based educational apps for children. Teaching.com, established in 1997, offers apps focused on improving children's reading and typing skills and has been experimenting with AI and parental participation to enhance learning experiences. While AI's current capabilities are limited, especially in providing feedback on pronunciation, the company integrates AI with active parental involvement to optimize educational outcomes. Additionally, Teaching.com navigates data privacy laws and user consent challenges, creatively testing strategies like web-to-app onboarding and a 30-day money-back guarantee to improve conversion rates and lifetime value (LTV). The company fosters a unique work culture by promoting asynchronous communication and flexible development processes, allowing for deeper focus and innovation. This approach has helped Teaching.com carve a niche in providing trusted learning tools for children and parents, demonstrating a commitment to both educational effectiveness and business growth.
May 28, 2025
834 words in the original blog post.
Ad fatigue in advertising occurs when algorithms heavily allocate spending to a small number of top-performing creatives, resulting in increasing costs and decreasing engagement over time. To combat this, marketers are advised to frequently introduce new creatives, apply bid or cost caps, refresh ad copies, and adjust campaign goals as needed to maintain efficiency and reduce reliance on a limited set of assets. Modern algorithms have become adept at targeting audiences using extensive data points such as clicks, likes, and conversion rates, which has shifted the focus from precise audience settings to creative-driven targeting. However, this can lead to a concentration of spend on just a few creatives, causing ad fatigue when these assets show higher frequency and declining efficiency. Strategies like pausing top-performing assets temporarily, introducing bid caps, and refreshing ad copies can help mitigate ad fatigue, but the best approach is continuously rotating ad groups with new assets. This allows for discovering new high-performing creatives that prevent over-reliance on initial winning assets. Consistent production of new content and the strategic allocation of budget between established and testing ad groups are crucial for maintaining campaign performance and adapting to the dynamic nature of ad algorithms.
May 28, 2025
1,601 words in the original blog post.
The RevenueCat Flutter SDK introduces beta support for Flutter Web, enabling developers to integrate web-specific products, configure web entitlements, and utilize a new Web Billing API key to create a seamless purchase flow across platforms such as iOS, Android, macOS, and now the web. Flutter's strength lies in its ability to compile on multiple platforms with a single code base, and this update allows developers to offer a consistent multi-platform experience to their customers. Previously, Flutter developers had to manually handle web app entitlements and subscription statuses, but now the SDK works seamlessly on the web as it does on other platforms. The setup process involves configuring the RevenueCat Web Billing provider, creating web products, updating the SDK, and ensuring compatibility with web builds. While the beta version has some limitations, such as unsupported setting attributes and product operations on the web, the developers are working to bring full functionality to Flutter Web soon, and they encourage feedback during the beta period.
May 27, 2025
769 words in the original blog post.
Flutter's versatility in compiling across various platforms, including mobile, desktop, embedded systems, and the web, is significantly enhanced by the RevenueCat SDK, which now extends support to Flutter web apps. Previously, developers had to manually handle entitlements and subscription management for web apps, but with the updated SDK, they can now seamlessly integrate web platform functionality along with iOS, Android, and macOS. To set up a Flutter project for web support, developers must configure the RevenueCat web billing provider, create web-specific products, upgrade the SDK, and enable web capabilities in their Flutter app. While the new setup allows for a streamlined web purchase flow managed by RevenueCat, some limitations remain, such as unsupported product operations and purchase restoration on the web, requiring developers to implement platform-specific checks. This advancement facilitates a unified code base for multi-platform deployment, reflecting RevenueCat's commitment to supporting Flutter developers in expanding their applications to the web.
May 27, 2025
681 words in the original blog post.
RevenueCat, co-founded by Jacob and Miguel eight years ago, has announced a significant milestone with a $50 million Series C funding round led by Mark Fiorentino at Bain Capital Ventures. Initially started as a small project, RevenueCat has grown to manage tens of thousands of apps, processing billions in payments annually. The company aims to transition from a simple API for in-app subscriptions to a comprehensive platform offering tools such as Paywalls, Experiments, and Targeting to streamline app monetization. With ambitions to explore new monetization models, incorporate AI for optimization, and address challenges like cash flow constraints and fraud, RevenueCat is committed to becoming a leading software company for apps, driven by its mission to help developers increase their revenue. Despite the rapid growth and changes, the company values its community of developers and strives to provide a substantial return on their investment.
May 22, 2025
601 words in the original blog post.
Google I/O 2025 introduced significant updates to the Google Play Console and monetization strategies, alongside forthcoming changes to the Google Play Billing Library. The Play Console has been redesigned with goal-oriented hubs focusing on testing, monitoring, growth, and monetization, featuring AI-driven "Take action" cards for streamlined management. A major highlight is the introduction of a multi-product subscription checkout that allows users to purchase a base plan and add-ons in a single transaction, simplifying the process for both users and developers. Additionally, Google Play has implemented measures to reduce churn through enhanced subscription benefit showcases and smarter payment recovery notifications. The upcoming Google Play Billing Library 8.0, expected by June 2025, will necessitate migration plans as version 6 will be deprecated by November, urging developers to prepare for this transition. Other notable updates include improvements in Android Vitals, new tools for asset management, and advancements in Android Studio with AI tools like Gemini for code generation and testing.
May 22, 2025
1,232 words in the original blog post.
The State of Subscription App (SOSA) report reveals that the primary reasons users cancel app subscriptions include insufficient usage, cost concerns, better alternatives, technical issues, and billing errors, with significant regional and category-specific variations. The data suggests that many of these churn factors could be mitigated through enhanced onboarding, effective communication of app value, reliable billing processes, and pricing strategies aligned with customer expectations. Billing errors, particularly on Google Play, are notably high, while technical issues and the availability of better apps also contribute to user attrition. The report emphasizes the importance of understanding the root causes of these issues and implementing proactive measures to prevent churn, such as improving user activation, refining pricing models, and ensuring robust technical support and communication. Ultimately, the key to reducing churn lies in fostering a strong, value-driven relationship with subscribers, preventing problems before they lead to cancellations.
May 21, 2025
3,334 words in the original blog post.
RevenueCat's new Web Billing feature, along with its web SDK, streamlines the process of offering subscriptions across iOS, Android, and web platforms from a single codebase, allowing users to subscribe on one platform and access premium content across all. The tutorial guides users through building a React Native app using Expo, detailing the setup of RevenueCat accounts and the configuration of subscription products on App Store Connect, Google Play Console, and Stripe for web billing. By employing the react-native-purchases library, developers can manage subscriptions across platforms with minimal platform-specific code. The tutorial outlines how to initialize RevenueCat, fetch packages, handle purchases, and monitor user entitlements using shared hooks. This approach ensures a consistent and clean app logic, ready for integration into an Expo app UI, and provides links to additional resources for testing subscriptions on each platform.
May 17, 2025
2,375 words in the original blog post.
The text outlines a strategy for app monetization that balances ad revenue and user experience by targeting ads to users with low willingness to pay while offering a subscription-based ad-free experience for those who value the service. It provides a detailed guide on implementing this strategy using RevenueCat's Android SDK, starting with connecting a Google Play Store account to the RevenueCat dashboard for streamlined product management and analytics. The guide explains the process of setting up products, offerings, packages, and entitlements, which are key concepts in managing in-app purchases and subscriptions. It then walks through integrating the RevenueCat Purchases SDK into an Android project, providing code examples for initializing the SDK, validating user entitlements, and adjusting ad display based on user entitlements. The text concludes by explaining how to implement in-app purchases to offer an ad-free experience, thereby creating a dual-monetization strategy that caters to both high-intent and low-intent users, ultimately maximizing revenue while enhancing the user experience.
May 16, 2025
1,199 words in the original blog post.
Life360, a location-tracking app launched in 2008, has effectively leveraged the freemium subscription model, showcasing its potential for building a successful app business with over 80 million monthly active users and a market cap of $1.8 billion. Co-founder and CEO Chris Hulls emphasizes the importance of providing genuine value for free to attract and retain users, which in turn supports brand recognition and user retention. The company initially avoided monetization until reaching 10 million users, focusing on building trust and user satisfaction without overly relying on paywalls. Instead of adhering strictly to statistical significance in testing, Hulls advocates for more flexible testing strategies to facilitate quicker product iterations. Life360's commitment to user trust is further reflected in its drafting of a customer "Bill of Rights," ensuring that the product remains user-friendly and focused on the core value proposition without intrusive ads.
May 15, 2025
596 words in the original blog post.
The experiment aimed to compare web versus in-app purchase (IAP) flows for subscriptions, revealing that while web purchase options may result in stickier subscribers, they significantly decrease initial conversion rates. After three weeks of testing with different variants (B, C, and D) using the Dipsea app, it was found that web-only purchase options reduced the trial start rate due to the added friction of an external checkout process. The IAP-only variant achieved a higher initial conversion rate at 27%, whereas web-only was at 18.1%. Although web subscribers showed a slightly higher trial-to-paid conversion rate, the reduction in initial conversions led to fewer overall paying customers compared to IAP. A dual-option variant (IAP + web) offered some balance, providing a slightly better trial conversion rate but not significantly boosting overall pay conversion. Revenue per user was lower with web-only purchases, although the gap narrowed after accounting for reduced fees. The study concluded that while introducing web purchase options could improve subscriber quality, it also presents challenges in terms of lower initial conversions and overall revenue, suggesting that developers should carefully weigh these trade-offs and consider running their own experiments to optimize purchase flows.
May 14, 2025
5,011 words in the original blog post.
Subscription apps often struggle to convert free users into paying subscribers, a challenge faced by ASL Bloom, an app for learning sign language. Despite high-quality content, users dropped off at the paywall, prompting a redesign of the onboarding process through a psychological and goal-oriented approach, leading to a 15% increase in trial conversion rates and a 12% uplift in average revenue per user (ARPU). Using the Double Diamond framework and insights from Mixpanel data, the team identified that users engaged with free features but couldn’t envision their future selves benefiting from the app. The redesign focused on building trust through social proof, connecting features to user aspirations, and reframing the paywall as a bridge to achieving personal goals, resulting in a more user-centric experience that emphasized the tangible benefits of the app, ultimately increasing user retention and engagement. This approach demonstrates the importance of aligning onboarding processes with users' personal motivations and desired outcomes rather than merely showcasing features.
May 08, 2025
1,125 words in the original blog post.
Pre-selling subscriptions for mobile apps on the web before releasing them on platforms like Apple's App Store or Google Play can offer significant advantages, including avoiding the 15-30% fees these platforms charge and converting users more efficiently by reducing app installation friction. This approach allows developers to validate market demand and secure funding during the app's development phase by turning speculative ideas into tangible revenue. Successful examples include Arnold Schwarzenegger's fitness app, The Pump, and the Marvel Move app, which both secured substantial pre-launch sales. Apple and Google have specific guidelines that developers must navigate, such as using RevenueCat redemption links or custom solutions like Stripe or Paddle, to manage pre-sales while complying with platform rules. By starting with web-based sales, developers can cultivate a paying customer base, ensuring a smoother transition when the app eventually launches in stores, thus complementing rather than replacing traditional app distribution methods.
May 07, 2025
2,019 words in the original blog post.
Increasing subscription prices can significantly impact a business's growth and profitability, as discussed in a podcast interview with former Substack Growth PM Reid DeRamus. Although companies fear backlash and churn, strong retention metrics can mitigate these risks, as evidenced by streaming services like Netflix and Disney+, which have successfully raised prices while maintaining user bases. The strategic approach involves careful timing, ensuring added value for subscribers, considering whether to apply changes to new or existing customers, and determining the magnitude of the increase. Effective communication about the reasons for the price change, transparency, and personal engagement with customers are crucial to minimizing negative reactions and maintaining trust. By focusing on enhancing customer experience and clearly articulating future benefits, businesses can navigate price increases confidently and foster long-term growth.
May 06, 2025
3,546 words in the original blog post.
Following the recent Epic v. Apple injunction allowing U.S. iOS apps to direct customers to web checkouts, RevenueCat swiftly introduced a Web Purchase Button designed to integrate seamlessly into their existing paywalls. This new component enables users to complete purchases through a RevenueCat-hosted web checkout, which is managed by RevenueCat’s Web Billing system, offering a streamlined solution for developers without the need to handle billing infrastructure. This feature, which is available to iOS users in the United States running the latest RevenueCat SDK, provides an alternative to in-app purchases and can be tested alongside traditional methods using RevenueCat's Experiments tool to analyze conversion rates. As external payment options are a new development, the company is actively monitoring Apple's response and plans to provide further insights into the ruling's impact on subscription apps.
May 02, 2025
432 words in the original blog post.
A recent U.S. ruling mandates that Apple must allow iOS apps in the U.S. to link to external payment methods without charging commission fees, potentially reducing developer costs by up to 27%. While this change seems beneficial, it introduces new responsibilities for developers, such as managing payments and handling sales tax, which could offset expected savings. Additionally, concerns about user experience and conversion rates arise due to the requirement for users to exit the app for payments. Despite these challenges, the ruling offers opportunities like faster cash flow, improved trial conversion rates, and stronger revenue retention, especially for developers who can effectively manage app-to-web payment strategies. This shift could lead to a more competitive market, enabling developers to pass on savings to users through discounts, thereby fostering a new growth strategy for many mobile app companies.
May 02, 2025
2,047 words in the original blog post.
Optimizing paywalls to increase conversion rates requires focusing on fundamental principles rather than blindly following generic advice or flashy features. Through extensive testing and analysis, key strategies have been identified that consistently enhance user engagement at the decision-making moment, such as employing subtle animations to capture attention, crafting clear and straightforward copy to communicate value, prominently displaying discounts to create urgency, effectively presenting free trials to reduce perceived risk, and using price anchoring to make offers more appealing. These elements leverage human psychology to guide users smoothly through the conversion process, and their effectiveness transcends industries and price points, suggesting that their implementation can lead to significant improvements in conversion rates. By treating paywall optimization as an ongoing process and incorporating these insights, businesses can create a more transparent and user-friendly experience that not only boosts immediate conversions but also supports long-term customer retention.
May 01, 2025
1,380 words in the original blog post.
Apple's recent update to its App Review Guidelines, in compliance with a U.S. court decision, allows developers to include external payment links in U.S. iOS apps, though most apps must still offer In-App Purchases (IAP). This change particularly benefits "reader" apps like Spotify, which already use external payments, but some non-reader apps have also been approved without IAP, potentially due to implementation speed. The court ruling prevents Apple from charging its usual 30% commission on external purchases, allowing developers to retain more revenue and integrate their own payment systems, which could enhance cross-platform experiences and provide greater monetization flexibility. This decision opens new opportunities for developers, product managers, and marketers to experiment with payment flows, pricing strategies, and customer engagement, increasing potential revenue and user acquisition. The industry is actively discussing these changes, with developers and companies like RevenueCat quickly adapting to support external payment options, demonstrating the immediate impact and ongoing adjustments resulting from the ruling.
May 01, 2025
2,388 words in the original blog post.