Send Push (Android) Block Always Fails (Returns False) Even With Correct Mobile Instance Data

Hell All,

I’m currently working on integrating push notifications into my mobile app (Android) following the official documentation. Here’s what I’ve done so far:

I’ve set up the back-end BP (business process) to:

  • Expand the Mobile Instance
  • Retrieve the correct Android Bundle ID and Push Token
  • Pass the Title, Subtitle, Body into the Send Push (Android) block
  • Enable Developer Mode in the block

I added logs and toasts to check if the Success or Error output is hit — I’m always getting false on Success.

I confirmed the correct data flows through — no empty or missing fields.


Environment & Setup:

  • Using AppMaster Preview App (Beta) for testing
  • Testing on Android device

Even when I pass everything, the Send Push (Android) block always outputs false no notifications, no logs, nothing triggering on receive or tap.


What I’m Looking For:

  • Confirmation if push works on Preview App
  • Any tips or checklist to debug why the Send Push (Android) block fails
  • Any known limitations or extra config needed


Thanks in advance to anyone who can help