Countermeasures to reject rss news app

Asked 2 years ago, Updated 2 years ago, 39 views

I have released a news app on iOS.
However, it was rejected in an update two months ago.
The reason is 4.2.2 in the guidelines.
It's a simple and link collection.Add native functionality.

App is a simple application that retrieves rss from multiple sites.
The content is retrieved by the user by accessing the original site.
However, it looks different from the original site, and the app reads and displays it.

I'd like a hint on how to pass the application review.
I will present the project I am thinking about now.

Please let me know if you want to add 1 or 2 or if other functions are good.

1. Background update
Launch app with silent push and update new article in background.
Users can see new information immediately when they launch the app.You can also browse offline.

2. Change the data acquisition method
The current app only receives rss link, title, and thumbnail information from the server, and retrieves the contents to the original site on the user's side.
I will change this method.
The server retrieves all content and the user's app receives this data.
Users can retrieve articles without accessing the original site.
I thought that this method would no longer be web-clipping.

swift ios

2022-09-30 20:18

1 Answers

It depends on the reviewer, but when we released a similar app before, we were able to release it with Apns implementation.
Wouldn't it be better to give push notification on popular articles?
It may now be rejected.


2022-09-30 20:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.