alleyinteractive / apple-news

The Publish to Apple News plugin enables your WordPress blog content to be published to your Apple News channel.
https://wordpress.org/plugins/publish-to-apple-news/
GNU General Public License v3.0
153 stars 71 forks source link

Kevin – Continued Discussion #567

Closed Jasmer closed 5 years ago

Jasmer commented 5 years ago

Hello @kevinfodness (or anyone!), Apple News Publishing wasn’t working for me and I had to take a break for a while. Although the experience is better, I am still having a couple of issues I'm looking forward to resolving with your help.

WordPress Version: 4.9.8 Wordpress Apple News Plugin Version: 1.4.3 MacOS Mojave Version: 10.14 Safari Version: 12.0 (14606.1.36.1.9) iOS Version: 12.0

Our Apple News Channel https://apple.news/TPBJUAUewQhKlhtPD10BQSA


1) Missing Articles


2) Chronological Date Issue


3) Done Button Non-Functional


4) Plugin Filter Action


5) Our Apple News Settings



6) The item number below is referencing our previous discussion here. It was closed to new replies. https://wordpress.org/support/topic/unable-to-fetch-a-list-of-sections-error-and-other-questions/


Thank you so much for your help!

Jas

Our Apple News Channel https://apple.news/TPBJUAUewQhKlhtPD10BQSA

kevinfodness commented 5 years ago

1) Other users have experienced this issue as well, but it is a behavior of the Apple News app itself, and is not related to the behavior of this plugin. I would recommend following up with Apple support, since it is an issue with an iOS app.

2) Can you download the article JSON from the Apple News plugin screen in WordPress and see what value is set for the publish date there? If the value is correct in the JSON that the plugin is generating, then it is an issue with how the Apple News app on iOS is handling those dates, not with how the plugin is setting them when sending data to Apple.

3) There is an open ticket to address this: #452

4a) The filter works based on the publish date of the article in WordPress, not the "Last Updated" date in the Apple News article list view. I can see how this would be confusing, but it is working as intended.

4b) This error indicates that there is an article ID in your WordPress database for the Apple News article, but it can't find the article on Apple News. This is usually caused by deleting an article from iCloud rather than WordPress. The best course of action here is to use a database editor (phpMyAdmin or similar) and remove the meta entry for the Apple News article ID on that post, and re-publish it to Apple News.

4c) We do not show error statuses in the filter list, although it might be a good idea to add them if any articles have error statuses. I have created an issue for this: #570

4d) This appears to be a problem with jQuery UI styles not loading properly for the datepicker component. I have created an issue for this: #571

6) The timeout referenced there is actually a server to server connection, where your webserver makes a connection to Apple News and fetches details about the article. We don't provide a way via the UI to change this value, because we don't want users inadvertently causing timeouts and errors, but you can customize the number of posts per page on that screen using the apple_news_export_table_get_posts_args filter: https://github.com/alleyinteractive/apple-news/wiki/Action-and-Filter-Hooks#adminclass-admin-apple-news-list-tablephp-1

kevinfodness commented 5 years ago

Closing due to inactivity.