April 2019 Summaries
2 posts from RevenueCat
Filter
Month:
Year:
Post Summaries
Back to Blog
RevenueCat has announced official support for Apple's iOS Subscription Offers, which are promotional tools to help retain users who have canceled their subscriptions. The process begins with configuring the offer in App Store Connect, where developers can choose from three types of offers: Pay-up-front, Pay-as-you-go, and Free. After creating an offer, a subscription key is required for authentication, which can be generated in the Users and Access section of App Store Connect. This key is then uploaded to RevenueCat to handle server-side authentication. The guide provides a detailed example using a Swift app to show how to present offers to eligible users, specifically targeting those whose subscriptions expired more than seven days ago. The tutorial includes coding steps to check eligibility, configure content, and present offers, using RevenueCat's Purchases SDK for validating and applying discounts. Developers are encouraged to creatively implement and track these offers to win back churned users, with future updates expected to expand features for win-backs, referrals, and other incentives.
Apr 25, 2019
2,471 words in the original blog post.
RevenueCat offers a robust backend solution for managing in-app subscriptions and purchases, allowing developers to build mobile businesses without the need to establish or maintain extensive purchase infrastructure. It provides three main integration options: using RevenueCat exclusively to manage in-app purchases, combining RevenueCat with custom backend code for specialized subscription event responses, and integrating RevenueCat with existing purchase code to leverage additional features like webhooks and analytics. This flexibility enables developers to maintain or upgrade their current systems while benefiting from RevenueCat's capabilities in handling subscription events, offering insights, and ensuring scalability and security. The platform is designed to simplify the complexities of subscription management by handling updates and providing tools for a variety of app development stages, making it a versatile choice for both new and established applications.
Apr 11, 2019
1,050 words in the original blog post.