Merhaba arkadaşlar sitedem One Signal eklentisini kullanıyorum.Bunun için bir değişiklik yapmak istedim ne denediysem olmadı.

Olayı kısaca şöyle anlatayım. One signal ile siteye köşeye bir rozet gelliyor abone olmak için aboneliği kabul edene kadar bu rozetin üzerinde sürekli olarak +1 yazmasını istiyorum 1 bildirim varmış gibi gözükecek yani.
one signal a mail attım aşağıdaki gibi cevap verdi yine yapamadım.

Alıntı
Hello
On iOS, you can set badges using the ios_badgeType and ios_badgeCount parameters.
For example:
"ios_badgeType" : "Increase",
"ios_badgeCount": 1

More info at the bottom of the this section:​https://documentation.onesignal.com/reference#section-appearance
Our iOS SDK will automatically reset the badge to 0 when the app gets opened and clear all the apps notifications in the shade.
If this is not what you are experiencing or you want to change this setting you can do so within the plist.
Set OneSignal_disable_badge_clearing to NO as a Boolean type to enable badge clearing.
Set OneSignal_disable_badge_clearing to YES as a Boolean type to disable badge clearing.

Setting YES will disable badges from clearing all together and you would need to set them manually with the "set to" feature when sending notifications.

You can also use the native iOS methods to set the badge number manually.
Thanks