並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

"push notification"の検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

"push notification"に関するエントリは2件あります。 iOSApple などが関連タグです。 人気エントリには 『Apple Push Notification Service Update - Latest News - Apple Developer』などがあります。
  • Apple Push Notification Service Update - Latest News - Apple Developer

    If you send push notifications with the legacy binary protocol, we recommend updating to the HTTP/2-based APNs provider API as soon as possible. You’ll be able to take advantage of great modern features, such as authentication with a JSON Web Token, improved error messaging, and per-notification feedback. The Apple Push Notification service (APNs) will no longer support the legacy binary protocol

      Apple Push Notification Service Update - Latest News - Apple Developer
    • react-native-firebase(v6↑) + react-native-push-notificationを使ったプッシュ通知実装の注意点 - Qiita

      #import <UserNotifications/UserNotifications.h> #import <RNCPushNotificationIOS.h> ... - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ... UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; center.delegate = self; return YES; } ... - (void)userNotificationCenter:(UNUserNotificationCenter *)center d

        react-native-firebase(v6↑) + react-native-push-notificationを使ったプッシュ通知実装の注意点 - Qiita
      1

      新着記事