문제

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