TapMind SDK Documentation logo

Troubleshooting

Shared troubleshooting for TapMind SDK integrations.

Most integration issues trace back to one of four values not matching exactly: adapter class name, placementName, network key (LevelPlay), or eCPM/rate. Start with the Class & Network Key Registry before diving into logs.

Common issues

SymptomLikely causeFix
No TapMind ad in production, but works in debugWrong/missing class string, or release-build strippingVerify the class string matches the Registry exactly; confirm ProGuard keep-rules ship
No fill at allplacementName mismatch (case/space) or wrong eCPM positionRe-check placementName exactly; confirm waterfall position
App crashes on launchMissing AdMob app ID in manifest/Info.plistAdd the app-ID meta-data exactly as shown on your integration page
LevelPlay network never appearsWrong network keyUse the canonical key from the Registry

Release vs debug

If ads work in debug but not in release, suspect the class string or release-build stripping (ProGuard keep-rule confirmation — Checklist Q9).

Diagnostic logging

Filter logcat by «LOG-TAG» (currently TapMindAdapter on many integrations — confirm with your account manager).

Escalation

Contact your account manager with:

  • The mediation platform and framework
  • The adapter class name and placementName you are using
  • Log output filtered by «LOG-TAG»

Integration pages include partner-specific verification steps under Verify integration on each mediation page.