Interest Calculator Workspace

Everything tied to this app now lives together: update controls, support conversations, telemetry, crashes, and stored remote metrics.

Registry: local Pending migrations: 0 interest-calculator
Update Mode
Show Update
Target build: 1 (1.0.3)
Support Threads
1
Open: 0 | Pending: 0
Unread For Admin
0
Latest activity: 2026-04-22 17:53:39
App Events
42
Recent telemetry records received for this app.
Crash Reports
0
Latest recorded version: 1.0.0
Calculation Metrics
17
Across 3 devices | Updated 2026-05-27T05:36:26+00:00

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
Category
calculator
Public Version
v1.0.0
Version Code
1
Targets
android, ios, windows, macos, tablets
Registry Folder
Interest Calculator
Last Synced
2026-04-22 17:02:25

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.

Off
Keeps the release details stored without showing an update prompt.
Show Update
Lets the user continue while nudging them toward the newer build.
Require Update
Blocks the app until the minimum allowed build is installed.

In Require Update mode, the target version code becomes the minimum supported build automatically, so your team only has to manage one version number here.

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.

Submissions
0
Devices With Metrics
3
Max Calculation Count
17
Metrics Updated
2026-05-27T05:36:26+00:00

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.

1 in queue
Clear
Thread #1 | interest-calculator

hi

Latest activity: 2026-04-22 17:53:39

Normal Closed
Customer
nikesh
Email
shhssh@gmail.com
Install
be43fb44-67bd-430e-b93e-5630a04b2544
Unread For Team
0

Conversation Timeline

Everything the customer and your support staff have exchanged in this thread.

Customer2026-04-22 17:03:24
hello
Support Staff2026-04-22 17:45:29
hello
Support Staff2026-04-22 17:53:39
yooo

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

EventUserDeviceCreated
review_prompt_shown4fe80138-e941-4af6-a85e-5cf00dff5f2824069PC21I2026-05-25 14:17:02
review_prompt_shown273c0c84-9067-455f-9bae-82b26b35615b24069PC21I2026-05-20 16:33:10
app_crash273c0c84-9067-455f-9bae-82b26b35615b273c0c84-9067-455f-9bae-82b26b35615b2026-05-20 13:32:53
app_crash273c0c84-9067-455f-9bae-82b26b35615b273c0c84-9067-455f-9bae-82b26b35615b2026-05-20 13:32:29
update_bar_dismissed273c0c84-9067-455f-9bae-82b26b35615b24069PC21I2026-05-20 13:28:11
update_bar_shown273c0c84-9067-455f-9bae-82b26b35615b24069PC21I2026-05-20 13:28:09
update_cta_clicked273c0c84-9067-455f-9bae-82b26b35615b24069PC21I2026-05-20 13:18:14
update_bar_shown273c0c84-9067-455f-9bae-82b26b35615b24069PC21I2026-05-20 13:18:04

Recent Submissions

KeySubjectUserCreated
No records yet.

Recent Crash Reports

SeverityVersionSummaryCreated
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.