Troubleshooting low notification click through rates
complete(null)
and displaying your own notification with Android API then this will stop clicks.complete(null)
suppresses the SDK’s notification so OneSignal can’t know that you generated a notification and therefore can’t count click events.iOS Apple does not allow the remote notification to be suppressed like Android. So this can’t be an issue for iOS.