Back to All

IOS app not recived push notifaction

I built an app for iOS from the source.
But push notification worked unexpectedly.

  • I'm sending push with URL in "targetUrl"
  • If URL is external - all ok, it opened in the external browser widow.
  • but if URL is internal and I click on push, then the application is opened URL in webview, and shows some new overlay window with same content.

How to disable this overlay?