Is there someone who is using the function 'critical alerts'? I got the permission from apple and made the new privisioning profile. But which entitlement do i have to use?
I tried it with the following, but seems not to work. The sub Application_PuchToken will fail, if i use both enttitlements. Also should be in the settings the new switch to allow the critical alerts.
Thanks for help.
I tried it with the following, but seems not to work. The sub Application_PuchToken will fail, if i use both enttitlements. Also should be in the settings the new switch to allow the critical alerts.
Thanks for help.
B4X:
#Entitlement: <key>aps-environment</key><string>production</string>
#Entitlement: <key>com.apple.developer.usernotifications.critical-alerts</key><boolean>1</boolean>
B4X:
Sub Application_PushToken (Success As Boolean, Token() As Byte)
Log($"PushToken: ${Success}"$)
End Sub