fix(dashboard): native store as locked primary for iOS/Android - #148
Conversation
…cked primary for iOS/Android
|
@therajanmaurya is attempting to deploy a commit to the MobileByteLabs' projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 38 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
a0a357b
into
MobileByteLabs:development
…149) * fix(dashboard): surface Google Play + App Store on the Providers list (#123) The store-sync credential pages (/providers/google-play, /providers/app-store) shipped in 2.2.0 but were never linked from the Providers index (only web PSPs render there), so they were unreachable. Adds an 'In-app billing (native app stores)' section with Connect/Manage cards + live connection status. * fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync feedback) (#124) * fix(dashboard): surface Google Play + App Store on the Providers list (#123) The store-sync credential pages (/providers/google-play, /providers/app-store) shipped in 2.2.0 but were never linked from the Providers index (only web PSPs render there), so they were unreachable. Adds an 'In-app billing (native app stores)' section with Connect/Manage cards + live connection status. * fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync) Closes the two store-sync UI gaps from 2.2.0: - Bulk 'sync-to-providers' now includes Google Play + App Store. - Products table shows Play / App Store badges; per-product Re-sync panel + unsynced banner + sync panel surface store connection/results. Matches the /sync route snake_case keys (google_play/app_store). tsc clean. * chore(source): update .github/workflows/deploy-cloud.yml dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts * chore(source): update dashboard/__tests__/lib/googleplay-product-sync.test.ts dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt (#126) * chore(release): bump paycraft 2.2.0 → 2.3.0 (commonMain-only native billing) (#127) * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt * chore(source): update gradle.properties * feat paywall currency fix native store price and usd fallback (#128) * chore: initialize session branch — feat paywall currency fix native store price and usd fallback * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/billing/PlayBillingNativeClient.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/PayCraft.kt * fix(billing): resolve CI blockers on native-billing PR — Android getBillingConfig + ktlint - PlayBillingNativeClient.android: billing-ktx v8 has no suspend getBillingConfig extension; rewrite storefrontCountry() with the callback getBillingConfigAsync wrapped in suspendCancellableCoroutine (fixes 'unresolved reference getBillingConfig' + type inference) - PayCraft.kt: drop leading underscore on two purely-private vars (nativePricesBySku, currentSuite) that have no matching public member — ktlint standard:backing-property-naming was aborting spotless with an AssertionError - spotless reformat of touched files Verified green locally: spotlessCheck, :cmp-paycraft:compileAndroidMain, :cmp-paycraft:compileKotlinIosSimulatorArm64 (native StoreKit2), :cmp-paycraft:jvmTest. * chore: initialize session branch — chore(paycraft): reconcile + close v2 production-readiness epic (OBE by 2.3.x) * chore(source): update .gitignore CHANGELOG.md cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt * chore(source): update cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CountryDetector.kt * chore: initialize session branch — fix(auth): multi-tenant login callback redirect + ship platform-provider epic dashboard * chore(source): update dashboard/app/auth/callback/route.ts supabase/.temp/cli-latest * feat(dashboard): platform→provider selector panel on providers page (#132) * chore: initialize session branch — feat(dashboard): platform→provider selector panel on providers page * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): platform panel to top + fees + default provider (#134) * chore: initialize session branch — feat(dashboard): platform panel to top + fees + default provider * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx * fix(dashboard): remove duplicate platform providers panel (#136) * chore: initialize session branch — fix(dashboard): remove duplicate platform providers panel * chore(source): update dashboard/app/(dashboard)/providers/page.tsx * feat(dashboard): platform providers as separate sidebar page (#138) * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/sidebar.tsx dashboard/app/(dashboard)/providers/platform/ * chore: initialize session branch — feat(dashboard): platform providers as separate sidebar page * feat(dashboard): platform panel — explicit primary provider + save confirmation (#140) * chore: initialize session branch — feat(dashboard): platform panel — explicit primary provider + save confirmation * chore(source): update dashboard/components/providers/platform-providers-panel.tsx * refactor(dashboard): simplify platform providers to primary + fallback list (#142) * chore: initialize session branch — refactor(dashboard): simplify platform providers to primary + fallback list * chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): per-platform primary + fallback provider selectors (#144) * chore: initialize session branch — feat(dashboard): per-platform primary + fallback provider selectors * chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): supported-providers catalog with connection status (#146) * chore: initialize session branch — feat(dashboard): supported-providers catalog with connection status * chore(source): update dashboard/components/providers/platform-providers-panel.tsx * fix(dashboard): native store as locked primary for iOS/Android (#148) * chore: initialize session branch — fix(dashboard): native store as locked primary for iOS/Android * chore(source): update dashboard/components/providers/platform-providers-panel.tsx --------- Co-authored-by: MobileByteSensei Community <mobilebytesensei@gmail.com>
…atform) (#151) * fix(dashboard): surface Google Play + App Store on the Providers list (#123) The store-sync credential pages (/providers/google-play, /providers/app-store) shipped in 2.2.0 but were never linked from the Providers index (only web PSPs render there), so they were unreachable. Adds an 'In-app billing (native app stores)' section with Connect/Manage cards + live connection status. * fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync feedback) (#124) * fix(dashboard): surface Google Play + App Store on the Providers list (#123) The store-sync credential pages (/providers/google-play, /providers/app-store) shipped in 2.2.0 but were never linked from the Providers index (only web PSPs render there), so they were unreachable. Adds an 'In-app billing (native app stores)' section with Connect/Manage cards + live connection status. * fix(dashboard): surface store sync in products UI (bulk + badges + Re-sync) Closes the two store-sync UI gaps from 2.2.0: - Bulk 'sync-to-providers' now includes Google Play + App Store. - Products table shows Play / App Store badges; per-product Re-sync panel + unsynced banner + sync panel surface store connection/results. Matches the /sync route snake_case keys (google_play/app_store). tsc clean. * chore(source): update .github/workflows/deploy-cloud.yml dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts * chore(source): update dashboard/__tests__/lib/googleplay-product-sync.test.ts dashboard/app/api/products/[id]/sync/route.ts dashboard/app/api/products/sync-to-providers/route.ts * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt (#126) * chore(release): bump paycraft 2.2.0 → 2.3.0 (commonMain-only native billing) (#127) * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftInitializer.kt cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/PayCraftPlatform.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/di/PayCraftModule.kt * chore(source): update gradle.properties * feat paywall currency fix native store price and usd fallback (#128) * chore: initialize session branch — feat paywall currency fix native store price and usd fallback * chore(source): update cmp-paycraft/src/androidMain/kotlin/com/mobilebytelabs/paycraft/billing/PlayBillingNativeClient.android.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/PayCraft.kt * fix(billing): resolve CI blockers on native-billing PR — Android getBillingConfig + ktlint - PlayBillingNativeClient.android: billing-ktx v8 has no suspend getBillingConfig extension; rewrite storefrontCountry() with the callback getBillingConfigAsync wrapped in suspendCancellableCoroutine (fixes 'unresolved reference getBillingConfig' + type inference) - PayCraft.kt: drop leading underscore on two purely-private vars (nativePricesBySku, currentSuite) that have no matching public member — ktlint standard:backing-property-naming was aborting spotless with an AssertionError - spotless reformat of touched files Verified green locally: spotlessCheck, :cmp-paycraft:compileAndroidMain, :cmp-paycraft:compileKotlinIosSimulatorArm64 (native StoreKit2), :cmp-paycraft:jvmTest. * chore: initialize session branch — chore(paycraft): reconcile + close v2 production-readiness epic (OBE by 2.3.x) * chore(source): update .gitignore CHANGELOG.md cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CurrencyResolver.kt * chore(source): update cmp-paycraft/src/commonMain/kotlin/com/mobilebytelabs/paycraft/CountryDetector.kt * chore: initialize session branch — fix(auth): multi-tenant login callback redirect + ship platform-provider epic dashboard * chore(source): update dashboard/app/auth/callback/route.ts supabase/.temp/cli-latest * feat(dashboard): platform→provider selector panel on providers page (#132) * chore: initialize session branch — feat(dashboard): platform→provider selector panel on providers page * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): platform panel to top + fees + default provider (#134) * chore: initialize session branch — feat(dashboard): platform panel to top + fees + default provider * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/providers/platform-providers-panel.tsx * fix(dashboard): remove duplicate platform providers panel (#136) * chore: initialize session branch — fix(dashboard): remove duplicate platform providers panel * chore(source): update dashboard/app/(dashboard)/providers/page.tsx * feat(dashboard): platform providers as separate sidebar page (#138) * chore(source): update dashboard/app/(dashboard)/providers/page.tsx dashboard/components/sidebar.tsx dashboard/app/(dashboard)/providers/platform/ * chore: initialize session branch — feat(dashboard): platform providers as separate sidebar page * feat(dashboard): platform panel — explicit primary provider + save confirmation (#140) * chore: initialize session branch — feat(dashboard): platform panel — explicit primary provider + save confirmation * chore(source): update dashboard/components/providers/platform-providers-panel.tsx * refactor(dashboard): simplify platform providers to primary + fallback list (#142) * chore: initialize session branch — refactor(dashboard): simplify platform providers to primary + fallback list * chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): per-platform primary + fallback provider selectors (#144) * chore: initialize session branch — feat(dashboard): per-platform primary + fallback provider selectors * chore(source): update dashboard/app/(dashboard)/providers/platform/page.tsx dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): supported-providers catalog with connection status (#146) * chore: initialize session branch — feat(dashboard): supported-providers catalog with connection status * chore(source): update dashboard/components/providers/platform-providers-panel.tsx * fix(dashboard): native store as locked primary for iOS/Android (#148) * chore: initialize session branch — fix(dashboard): native store as locked primary for iOS/Android * chore(source): update dashboard/components/providers/platform-providers-panel.tsx * feat(dashboard): editable primary provider per platform incl native store (#150) * chore: initialize session branch — feat(dashboard): editable primary provider per platform incl native store * chore(source): update .gitignore dashboard/components/providers/platform-providers-panel.tsx supabase/migrations/076_native_store_methods.sql --------- Co-authored-by: MobileByteSensei Community <mobilebytesensei@gmail.com>
Draft.