Tom Dorozenko
Tom Dorozenko
Hi Miloud and Stephen, I am having the same issues with the google calendar shortcode. I have also tested the demo site (http://wp-event-organiser.com/demo/ical-feeds/) and this feed has the same issue....
Thanks for the speedy reply Miloud. I'll check the spacing on the ICS file and see if that is the issue on my site.
I too cannot get an Image to appear on a IOS push notification. I'm running the following; package.json ``` "react-native": "0.69.12", "@react-native-firebase/app": "17.5.0", "@react-native-firebase/messaging": "17.5.0", ``` Podfile ``` target 'ImageNotification'...
Thanks for sending through @binle. The pod is in my Podfile.lock so it appears the pod installed correctly
A further update, I managed to get the Podfile's to properly install, resulting in the below config in Xcode. After a successful build, I'm still unable to see the notification...
I can confirm the I've ran `pod install`. The ImageNotification.framework is attached to the Notification service extension correctly. All the steps outlined in the docs for IOS images has been...