Apple News

RSS for tag

Apple News is an iOS, iPadOS, and macOS app that delivers articles from newspapers, magazines, websites, and other sources.

Posts under Apple News tag

51 Posts

Post

Replies

Boosts

Views

Activity

Apple News Publisher Timeline
Around how long does it take for an Apple News Publisher application to be accepted / declined. I have been waiting for 4 months now. Here's what the site has been saying since I submitted the request: Under review. The Apple News team is reviewing your application. These sample articles can't be edited or deleted until the review is complete.
4
1
1.2k
Mar ’22
IOS15_why the keyboard jerk, when I back
Reproduce Bug: step 1: Lock screen Step 2: Touch on screen/ Press [Power] button, to light up the screen Step 3: Perform swiping to the left of the screen Step 4: Perform search, will be display searched applications ( condition: keyword have 2 words) Example: Google Maps Step 5: Tap the one searched application, which will be moved to unlock the screen by faceID or passcode Step 6: Tap on [Cancel] button, return search screen and keyboard jerking occurs
0
0
853
Dec ’21
IOS document icon not appearing
I can't get my app's document icon to appear for my document extension. I have tried different ways of configuring it based on Apple's documentation and various solutions posted on the internet. At first I tried adding the icon to the imported type identifier box where it says 'Add imported type identifier icons here' nothing happens when I select an icon (.png) stored in the project. I have checked the info.plist source and there is nothing there. I have since tried editing the source directly. Here are the relevant pieces of my latest attempt. Can anyone tell me where I'm going wrong. Thanks. <key>CFBundleDocumentTypes</key> <array>         <dict>             <key>CFBundleTypeIconFiles</key>             <string>writingshed.png</string>             <key>CFBundleTypeName</key>             <string>Writing Shed Data</string>             <key>LSHandlerRank</key>             <string>Owner</string>             <key>LSItemContentTypes</key>             <array>                 <string>wsd</string>             </array>         </dict> </array> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>WritingShedData</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict>             <key>UTTypeConformsTo</key>             <array>                 <string>public.data</string>             </array> </dict> </array> <key>UTImportedTypeDeclarations</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>UTTypeConformsTo</key> <array/> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>WritingShedData</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array>
1
1
1.5k
Oct ’21
The Apple and the Drinking Game Apps Saga
Hi everybody! Hope this finds you all well! I recently developed a really cool, kind of innovating in how it gets user retention app. It was classified as a drinking game app by apple, and it is... and because of this it got rejected by the App Store. Now, I don't want to change my app to the point that the essence of the app is totally different so my plan for now is to wait until apple accepts drinking game apps again. So my question is...Will this ever happen???
1
0
747
Sep ’21
apple news review. How long does it take?
Hello,it's almost a month since when I've submitted articles to be approved as Apple News Publisher. How long does it take to be reviewed on average?
Replies
1
Boosts
0
Views
1.6k
Activity
Mar ’22
Apple News Publisher Timeline
Around how long does it take for an Apple News Publisher application to be accepted / declined. I have been waiting for 4 months now. Here's what the site has been saying since I submitted the request: Under review. The Apple News team is reviewing your application. These sample articles can't be edited or deleted until the review is complete.
Replies
4
Boosts
1
Views
1.2k
Activity
Mar ’22
Did the developer News/Releases RSS feeds get decomissioned?
The following RSS feeds appear to have been removed today – They were available yesterday. Is this an intentional and permanent change. If so, is there another place where we can subscribe to release information? https://developer.apple.com/news/releases/rss/releases.rss https://developer.apple.com/news/rss/news.rss
Replies
1
Boosts
0
Views
2.8k
Activity
Mar ’22
iPhone system storage
After updating to iOS 14 my system n other storage increased. How to reduce it ?
Replies
1
Boosts
0
Views
1.2k
Activity
Feb ’22
Apple News Articles Created in News Publisher Lose Italics Formatting in iPadOS 15
Our Apple News articles (created via News Publisher editor) are showing italicized words as plain text in the Apple News app in iPadOS 15. They appear correctly in iPadOS 14. Also the other formatting like pull quotes and bold text appear as expected.
Replies
0
Boosts
0
Views
636
Activity
Dec ’21
IOS15_why the keyboard jerk, when I back
Reproduce Bug: step 1: Lock screen Step 2: Touch on screen/ Press [Power] button, to light up the screen Step 3: Perform swiping to the left of the screen Step 4: Perform search, will be display searched applications ( condition: keyword have 2 words) Example: Google Maps Step 5: Tap the one searched application, which will be moved to unlock the screen by faceID or passcode Step 6: Tap on [Cancel] button, return search screen and keyboard jerking occurs
Replies
0
Boosts
0
Views
853
Activity
Dec ’21
How much time does it take for the Apple News Publisher request to be reviewed
Yesterday, I took the necessary steps to apply to have an Apple News channel. Currently, it says "Under Review." I was wondering how long it usually takes for the process to be finished.
Replies
0
Boosts
0
Views
884
Activity
Oct ’21
IOS document icon not appearing
I can't get my app's document icon to appear for my document extension. I have tried different ways of configuring it based on Apple's documentation and various solutions posted on the internet. At first I tried adding the icon to the imported type identifier box where it says 'Add imported type identifier icons here' nothing happens when I select an icon (.png) stored in the project. I have checked the info.plist source and there is nothing there. I have since tried editing the source directly. Here are the relevant pieces of my latest attempt. Can anyone tell me where I'm going wrong. Thanks. <key>CFBundleDocumentTypes</key> <array>         <dict>             <key>CFBundleTypeIconFiles</key>             <string>writingshed.png</string>             <key>CFBundleTypeName</key>             <string>Writing Shed Data</string>             <key>LSHandlerRank</key>             <string>Owner</string>             <key>LSItemContentTypes</key>             <array>                 <string>wsd</string>             </array>         </dict> </array> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>WritingShedData</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict>             <key>UTTypeConformsTo</key>             <array>                 <string>public.data</string>             </array> </dict> </array> <key>UTImportedTypeDeclarations</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>UTTypeConformsTo</key> <array/> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>WritingShedData</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array>
Replies
1
Boosts
1
Views
1.5k
Activity
Oct ’21
Forum's admin wake up! You are h*cked!
Sometimes I see weird posts here on the forum with an offer to call women? What the hell? Admin wake up!
Replies
2
Boosts
0
Views
1.2k
Activity
Sep ’21
The Apple and the Drinking Game Apps Saga
Hi everybody! Hope this finds you all well! I recently developed a really cool, kind of innovating in how it gets user retention app. It was classified as a drinking game app by apple, and it is... and because of this it got rejected by the App Store. Now, I don't want to change my app to the point that the essence of the app is totally different so my plan for now is to wait until apple accepts drinking game apps again. So my question is...Will this ever happen???
Replies
1
Boosts
0
Views
747
Activity
Sep ’21
Emulator iOs
Hi in the picture my probleme
Replies
0
Boosts
0
Views
480
Activity
Sep ’21