Interest Calculator Workspace
Everything tied to this app now lives together: update controls, support conversations, telemetry, crashes, and stored remote metrics.
interest-calculator
App Workspace
This page is now the home for everything tied to Interest Calculator: release controls, support operations, and the latest telemetry coming back from the app.
interest-calculator
Update Config
Checks the update config on app launch and again whenever the app returns to the foreground.
/api/v1/app/update-config.php
Crash Queue Flush
Any pending crash reports are retried on the next launch through the ingest endpoint.
/api/ingest.php
Calculation Metrics
Calculation metrics sync when the main calculator view model starts.
/api/v1/app/calculation-metrics.php
Support Inbox
Support data is fetched when the support area is opened, not on every app launch.
/api/v1/support/*.php
Update Controls
Save the remote update behavior for this app here. The Android client reads this config remotely and decides whether to stay silent, show an update prompt, or force an upgrade.
Remote Endpoints
These are the current endpoints and stored payloads this workspace is designed around for interest-calculator.
Update Config API
/api/v1/app/update-config.php?app_slug=interest-calculator&platform=android
Calculation Metrics API
/api/v1/app/calculation-metrics.php
Shared Ingest API
/api/ingest.php
Current Update Response
{
"success": true,
"app_slug": "interest-calculator",
"platform": "android",
"update": {
"app_slug": "interest-calculator",
"platform": "android",
"mode": "update",
"version_code": 1,
"version_name": "1.0.3",
"latest_version_code": 1,
"latest_version_name": "1.0.3",
"minimum_supported_version_code": 0,
"update_type": "info",
"title": "Update available",
"message": "Your current build is outdated. Update to the latest version for a better experience.",
"changelog_url": "",
"play_store_url": "",
"remind_after_sessions": 3,
"remind_after_days": 3
}
}
App Activity Snapshot
A quick view of what this app has sent back recently through support, telemetry, crashes, and stored calculation metrics.
App Support Queue
This queue is locked to Interest Calculator. Filter by status, pick a thread, reply, and update resolution without leaving the app workspace.
interest-calculator
hi
Latest activity: 2026-04-22 17:53:39
Conversation Timeline
Everything the customer and your support staff have exchanged in this thread.
Reply To Customer
Use a clear, complete response so the customer can continue the thread in the app.
Thread Status
Keep the queue accurate so the team can see what needs follow-up next.
Recent App Events
| Event | User | Device | Created |
|---|---|---|---|
| review_prompt_shown | 4fe80138-e941-4af6-a85e-5cf00dff5f28 | 24069PC21I | 2026-05-25 14:17:02 |
| review_prompt_shown | 273c0c84-9067-455f-9bae-82b26b35615b | 24069PC21I | 2026-05-20 16:33:10 |
| app_crash | 273c0c84-9067-455f-9bae-82b26b35615b | 273c0c84-9067-455f-9bae-82b26b35615b | 2026-05-20 13:32:53 |
| app_crash | 273c0c84-9067-455f-9bae-82b26b35615b | 273c0c84-9067-455f-9bae-82b26b35615b | 2026-05-20 13:32:29 |
| update_bar_dismissed | 273c0c84-9067-455f-9bae-82b26b35615b | 24069PC21I | 2026-05-20 13:28:11 |
| update_bar_shown | 273c0c84-9067-455f-9bae-82b26b35615b | 24069PC21I | 2026-05-20 13:28:09 |
| update_cta_clicked | 273c0c84-9067-455f-9bae-82b26b35615b | 24069PC21I | 2026-05-20 13:18:14 |
| update_bar_shown | 273c0c84-9067-455f-9bae-82b26b35615b | 24069PC21I | 2026-05-20 13:18:04 |
Recent Submissions
| Key | Subject | User | Created |
|---|---|---|---|
| No records yet. | |||
Recent Crash Reports
| Severity | Version | Summary | Created |
|---|---|---|---|
| No records yet. | |||
What The App Checks
Update Config
Checks the update config on app launch and again whenever the app returns to the foreground.
Crash Queue Flush
Any pending crash reports are retried on the next launch through the ingest endpoint.
Calculation Metrics
Calculation metrics sync when the main calculator view model starts.
Support Inbox
Support data is fetched when the support area is opened, not on every app launch.