Ja
Zu viel XCode zu wenig Delphi...
Delphi-Quellcode:
if TOSVersion.Check(8) and CheckLocalNotificationPermission then
begin
NotificationSettings := TUIUserNotificationSettings.Wrap(TUIUserNotificationSettings.OCClass.settingsForTypes(
UIUserNotificationTypeBadge or UIUserNotificationTypeSound or UIUserNotificationTypeAlert, nil));
Sender.registerUserNotificationSettings(NotificationSettings);
end;
So steht es im Source...
Wo ist der Tick?
Ich glaub ich habs...
Wenn
das hier immer zutrifft, dann ist es logisch...
Code:
<key>FMLocalNotificationPermission</key>
<string>true</string>