Console
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
Requires X-AppHub-Token header or Authorization: AppID:AppKey — see Authentication
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.

Query parameters

ParameterRequiredDescription
appidrequiredThe packagename of the app whose cache should be cleared

Success response 200

{ "ok": true, "appid": "com.studio.mygame" }

Notes

ScenarioDetail
Cache clearedThe next /verify for this appid will hit the AppHub API. Signature behavior is unchanged.
Missing appidReturns "ok": false, "reason": "missing_appid"