問題タブ [unnotificationattachment]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
760 参照

ios - Objective-C でローカル通知をカスタマイズする

Objective-c でこのタイプのローカル通知を作成する方法。

0 投票する
0 に答える
228 参照

ios - プッシュ通知で画像を読み込む方法は?

アプリで UNNotificationContentExtension を使用して、プッシュ通知用のカスタム UI を作成しています。通知ペイロードには、表示される画像の URL が含まれています。画像をダウンロードして一時的な場所に保存できます。問題は、画像が通知にまったく読み込まれていないことです。これは、すべての処理後に作成された UNNotificationAttachment です。

UNNotificationAttachment: 0x2820bfc30; identifier: DFEAC8A3-8B9E-4FFA-9CC4-3D7B3EE62F74, family: Image, URL: file:///private/var/mobile/Containers/Data/PluginKitPlugin/EF8FAE09-D295-485F-99FD-9BF2BE3628B4/tmp/CFNetworkDownload_bfL88G.tmp.jpg, type: public.jpeg, options: UNImageNotificationAttachmentOptions: 0x283bb6800

これは、添付オブジェクトを作成した後、didReceiveNotification で画像を読み込もうとした方法です。

しかし、どれもうまくいきませんでした。私が間違っていることを教えてください。