AppHub Tether
Flush
Discards the cached license result for a specific app, forcing the next /verify call to perform a live network check. Use this after an in-app purchase completes.
POST
http://127.0.0.1:7420/flush
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.
Query parameters
| Parameter | Required | Description |
|---|---|---|
| appid | required | The packagename of the app whose cache should be cleared |
Test this endpoint
Headers
Query Parameters
Success response 200
{ "ok": true, "appid": "com.studio.mygame" }
Notes
| Scenario | Detail |
|---|---|
| Cache cleared | The next /verify for this appid will hit the AppHub API. Signature behavior is unchanged. |
Missing appid | Returns "ok": false, "reason": "missing_appid" |