Hi.
I am facing same problem, I got access to use entitlement but notification is not being hidden. I tried it with both sandbox and production env.
My notification payload is
[AnyHashable("aps"): {
alert = {
body = "Tap to explore";
title = APP Name;
};
badge = 0;
"content-available" = 1;
"mutable-content" = 1;
}]