Do you want to improve this question?Edit this post and update the question to focus on one issue
Closed 4 years ago.
4 years agoI make news apps on iOS.
Many news apps have rankings of 24 hours, a week, and a month (probably accessible).
How do you implement these systems?
swift
The ranking indicators may include the number of times articles are displayed and the number of times articles were clicked to open the original site.
"If the latter is the ""number of clicks"", I think it would be very difficult to aggregate and generate rankings for a specific period of time if the ""date and time clicked"" were recorded together."
As I mentioned in the comment section, even if you record the number of times in a closed environment in the app, it will be specialized for individual application users, so I think you will actually have a server to aggregate and distribute the data.
© 2024 OneMinuteCode. All rights reserved.