I m new to Newsstand app in iOS. When i run my app in the device/emulator , a blue circle is showing under it.

As i know it shows that a new download available. But even though i read the pdf which is downloaded. It still shows.

I want to know how to remove the blue circle in the newsstand. Thanks

有帮助吗?

解决方案

Reset the application badge:

[[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top