iOS Notification Images #4663
-
I want to integrate push notification with features image in my project. for that i followed all steps which are define here after that i configure appID and provision profile for notificationExtensionService in my apple account issue is when i send notification from firebase console with image url (which has 178kb size and it's HTTPS), notification will display without image on first time run from xCode and when i run again from xCode and send push notification from firebase console that time notification is coming correctly with image So help me at which point i made mistake or something which i missed to integrate |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm unsure but per #4225 perhaps @davidepalazzo knows ? I don't use this functionality personally, so I'm no help, sorry |
Beta Was this translation helpful? Give feedback.
-
Hi @websoptimization. With the provisioning profile I assume you're referring to an APN auth key as Xcode by default handles the signing for you. Without knowing the before/after of your project setup, it's challenging to point out a missing step. Notification setup involves a few moving pieces (e.g. APN, Firebase configuration, RNFirbase, code, etc.) that's why in the guide we recommend to start only after Cloud Messaging is properly setup and working. It could have been anything from latency between Firebase and Apple to a cached Xcode build. Happy to hear you got it working eventually. |
Beta Was this translation helpful? Give feedback.
-
@websoptimization no worries. When you say As mentioned, what you're experiencing can be caused my multiple factors - It's hard to pin point what's going wrong without seeing your full setup - Firebase settings, info.plist, RN version, RNF version, etc. Sorry I can't be of more help. All the best with it! |
Beta Was this translation helpful? Give feedback.
Hi @websoptimization. With the provisioning profile I assume you're referring to an APN auth key as Xcode by default handles the signing for you.
Without knowing the before/after of your project setup, it's challenging to point out a missing step. Notification setup involves a few moving pieces (e.g. APN, Firebase configuration, RNFirbase, code, etc.) that's why in the guide we recommend to start only after Cloud Messaging is properly setup and working.
It could have been anything from latency between Firebase and Apple to a cached Xcode build. Happy to hear you got it working eventually.