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 my goal (maybe a complete lists of channels' IDs currently allowed in the app?).
Retrieve top headlines from Apple News API
260 Views Asked by Lo Bellin At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in APPLE-DEVELOPER
- Ipa file exported with "save for development deployment" option will expire after 2 or 3 months?
- Apple ios distribution certificate has same apple id for 2 different distribution certificate
- How do you check if your signing identity is installed on another Mac? (Error: Your Account already has a valid iOS Distribution Certificate)
- Is there any way to reset the tunnel in iOS using NE Packet Tunnel Provider when switch between wifi and mobile data happens?
- In Xcode 12, In Info.plist file column expanding or resizing to zoom not working
- Apple Distribution Cert has expired
- Can't login to another account in xcode (This device is already associated with other accounts in the apple developer program)
- How to link a brand new Xcode project to an existing iOS app on App Store?
- Not able to fulfill "Guideline 3.2 - Business" while releasing app on App Store
- How can I fetch all events from all my calendars using EventKit and pyobjc
- Is there a way to determine the issue with the info.plist causing this crash?
- This app cannot be installed because its integrity could not be verified
- How we can access the Healthkit framework in .net MAUI app and access the HealthData
- Iphone Simulator as provisioning profile device
- No option to Renew membership of my already live app in Apple Developer Program
Related Questions in APPLE-NEWS
- IOS share extension how to support apple news
- How to show photo credits in Apple News along with caption
- Is it possible to make an image link to an external link in Apple News Format?
- Publishing with Apple news format
- 401 Unauthorized Response from Apple New Publisher API
- How to designate Article Directory when publishing to Apple News using Terminal?
- Apple News API PHP
- Apple News API published articles got FAILED_PROCESSING
- Apple news JSON format and links in markdown
- How to embed javascript element of type fact-box in Apple-news-formate
- Apple News Preview -- can't load articles
- Posting articles to apple news api
- How to track traffic in Google Analytics from Apple News rss feed?
- Embed iframe in Apple News Format
- What does Apple News use to determine when images are displayed?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You are absolutely correct that the purpose of the API is for content creators:
It does not provide a way for developers to distribute articles from other content creators. For iTunes, Apple's own in-house news, and for Movie trailers, RSS feeds are available. There is even an RSS refiner for iTunes but currently no Apple News equivalent that I am aware of. Whether in future Apple News will be supported in this way I don't know, it will be depend on how they handle the rights of creators.