swift UNUserNotificationCentercurrentadd 最多add多少个
According to Apple's documentation, there is no specified maximum limit on the number of notifications you can add using the UNUserNotificationCenter.current().add method in Swift. However, keep in mind that there may be practical limits based on device memory and performance. It is always recommended to use notifications judiciously and consider the impact on the user experience.
原文地址: https://www.cveoy.top/t/topic/iYC6 著作权归作者所有。请勿转载和采集!