Sandbox App

Test your miniapp with real SDK calls using the Poremi Sandbox app.

Android
Google Play Store
Get
iOS
TestFlight
Get

1Install the Sandbox App

Download and install from the links above.

2Developer Login

Open the app → tap ⚙ Settings → Developer Login → enter your Poremi Partners email.

3Select Your Miniapp

Tap "Select Miniapp" → enter your local dev server URL:

http://192.168.1.x:3000   # iOS
http://localhost:3000     # Android

4Verify SDK Authentication

Your miniapp will load. Call sdk.auth.getInitData() — you should receive a real userKey.

{
  "userKey": "uk_7f3a9b...",
  "nickname": "TestUser",
  "platform": "android"
}

5Access via URL Scheme

poremi-sandbox://miniapp?url=http://localhost:3000

Feature support

FeatureSandbox Support
auth.getInitData()✓ Real user key
ad.showInterstitial()✓ Test ads only
payment.*✗ Not supported
sharedStorage✗ Not supported