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

54 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
815
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.4k
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
698
Sep ’21
Upgrade
_*** Why is it that I now want the iPad Pro currently working with IPad Air 4th 2020 but Apple is still not taking this particular device for trade in please if anyone knows how to help guys with the best trade in solution or something vs buying and having 2 iPads, **_
0
0
678
Jul ’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.5k
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.7k
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
601
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
815
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
851
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.4k
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.1k
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
698
Activity
Sep ’21
Emulator iOs
Hi in the picture my probleme
Replies
0
Boosts
0
Views
443
Activity
Sep ’21
iPod 8th gen
Will there be an 8th gen for iPod???
Replies
2
Boosts
0
Views
770
Activity
Jul ’21
Upgrade
_*** Why is it that I now want the iPad Pro currently working with IPad Air 4th 2020 but Apple is still not taking this particular device for trade in please if anyone knows how to help guys with the best trade in solution or something vs buying and having 2 iPads, **_
Replies
0
Boosts
0
Views
678
Activity
Jul ’21
Will there be an 8th gen for the iPod touch.
Will there be an 8th generation for the IPod touch? And if there will be, when will it be released?
Replies
0
Boosts
0
Views
949
Activity
Jul ’21