Play Store Integration
Codular gives you full Play Store integration - accept payments, manage subscriptions, prompt reviews, and handle updates.
In-App Reviews
Ask users to rate your app without leaving:
- Drag Play Store Review component onto your screen
- Set Min Launches (e.g. 5) - only show after 5 app opens
- Set Min Days (e.g. 3) - only show after 3 days
- Or use the Request Review flow node to trigger manually
In-App Updates
Keep users on the latest version:
- Drag Play Store Update component
- Choose update mode:
- Flexible - user can skip the update
- Immediate - forces update before using the app
- Enable Check on Screen Load for automatic checking
- Or use the Check for Update flow node
Google Play Billing
Sell digital products and subscriptions:
One-Time Purchases
- Create product in Google Play Console
- Drag Google Play Billing component
- Set Product ID and Purchase Type = "One-Time"
- Connect onPurchaseSuccess to a flow
Subscriptions
- Create subscription in Play Console with base plans
- Drag Play Store Subscription component
- Set Subscription ID and Plan ID
- Connect events:
- onSubscribed - grant premium access
- onSubscriptionExpired - revoke access
Managing Subscriptions
Use flow nodes:
- Check Subscription - returns "active", "expired", or "none"
- Cancel Subscription - opens Play Store subscription management
Flow Node Examples
Check subscription on app launch:
Event (Screen.onLoad) ā Check Subscription ("premium_monthly") ā If/Else (status = "active") ā [true] Set Variable (isPremium = true) ā [false] Navigate to Upgrade Screen
Purchase with verification:
Event (Buy.onPress) ā Purchase Product ("remove_ads") ā [success] Verify Payment (server URL) ā Set Variable (adFree = true) ā Show Toast ("Purchase successful!")
Setup Checklist
- ā Create Google Play Developer account ($25 one-time fee)
- ā Create your app listing in Play Console
- ā Set up billing - add products and subscriptions
- ā Add components in Codular
- ā Connect events to flows
- ā Test with license testers (Play Console ā Setup ā License testing)
- ā Publish to Play Store
Start building at mobcraft.in.