Questions tagged [apple-news]

The Apple News Format, API and associated technologies

The apple-news tag covers the technologies associated with mark up as well as posting articles to the iOS News App. These technologies include:

41 questions
0
votes
2 answers

How to show photo credits in Apple News along with caption

We are integrating WordPress with Apple News. We are able to show the photo caption, but we are unable to show photo credits. By Apple News documentation only caption is available. But there are few publisher in AN showing credits too. Any hint will…
Abuzer Firdousi
  • 1,552
  • 1
  • 10
  • 25
0
votes
1 answer

Publish article for Apple news API using C# - (401) Unauthorized

I am working on posting article using Apple news API. I created new account and also created new channel. Below is the code snippet which I am using. string channel_id = "{Channel_Id}"; string api_key_id = "{Key_Id}"; string…
Advay Pandya
  • 101
  • 1
  • 9
0
votes
1 answer

Retrieve top headlines from Apple News API

I'm willing to access the top news available in the Apple News app, but it seems the related API only allows users (publishers) to access the content of their own channel. Does someone know a working endpoint or have any other idea to help me reach…
Lo Bellin
  • 485
  • 4
  • 20
0
votes
1 answer

APPLE NEWS API POST Request

I am trying to post articles using apple news API tried using the Postman following all the steps provided by documentation, as well executed the python code provided in apple documentation. …
sunil
  • 1
0
votes
1 answer

Publishing with Apple news format

I want to post an article on the apple new publisher API. I am trying to replicate the same python code to create an article in the apple documentation String body = new ObjectMapper().writeValueAsString(articleModel); //a json model that represents…
user1912404
  • 386
  • 4
  • 11
  • 26
0
votes
1 answer

Does Apple News still support rss feed?

I am not sure Apple News still support rss import data. I ask to Apple Discussion Forum but no response. There is no section to add your rss feed url in settings page. Does anybody have information about this issue? Thanks. Not: I saw this reddit…
user1252105
  • 51
  • 1
  • 7
0
votes
1 answer

How to designate Article Directory when publishing to Apple News using Terminal?

I have an article.json file (named as such) below that I want to connect to Apple News and test: { "version": "1.4", "identifier": "TestArticle", "title": "My First Article", "language": "en", "layout": { "columns": 1}, "components": [ { …
TCharb
  • 444
  • 1
  • 6
  • 15
0
votes
1 answer

How to upload/manipulate Apple News JSON files?

I'm an independent publisher on Apple News, and create articles using News Publisher. I was looking for some flexibility in how my articles are formatted and presented, and was wondering how to upload a JSON document for future articles - I've never…
TCharb
  • 444
  • 1
  • 6
  • 15
0
votes
1 answer

Styling of Markdown headings in Apple News components

I have the following generated ANF document: { "version": "0.10.13", "identifier": "http://test.domain.com?p=123456", "title": "Test Apple News Post", "language": "en", "layout": { "columns": 7, "width": 1024 }, "components":…
Chris O'Kelly
  • 1,863
  • 2
  • 18
  • 35
0
votes
1 answer

Apple news JSON format and links in markdown

I'm using markdown syntax for content in apple news articles published in their JSON format. What I've noticed is that links are correctly parsed but link text doesn't show in blue (or in any other color that helps to highlight links from normal…
BangTheBank
  • 809
  • 3
  • 11
  • 26
0
votes
2 answers

Apple News API published articles got FAILED_PROCESSING

UPDATE: This was a temporary issue last a couple of days. I developed a python apple news api client and I successfully pushed articles to preview in my apple news channel. Anyway, when I check the state of those articles, most of them is…
BangTheBank
  • 809
  • 3
  • 11
  • 26
1 2
3