Swift
IOS_ Local Notification 구현 및 에러
JunsC
2024. 3. 5. 00:05
728x90
IOS 로컬 푸시 노티피케이션을 구현하면서 나오는 에러에 대해 정리해보았다.
우선 로컬 노티피케이션 생성과 다루는 기초적인 부분에 대해 참조한 내용이다.
로컬 노티피케이션 작업 방법도 AOS 와 비교했을땐 어려웠다.
그래서 이부분에 대한 기록이 가장 중요한 듯 하다 , 나중에 또 앱을 IOS 만들때 봐야하므로 ㅎㅎ..
https://medium.com/@setukanani_6029/local-notifications-with-swift-57d2e340dd1a
https://makeapppie.com/2017/02/27/short-repeating-notifications-in-ios/
그리고 IOS background mode 에서도 로컬 푸시노티피케이션이 잘 작동할 수 있도록 설정하는 내용이다
https://stackoverflow.com/questions/42319172/swift-3-how-to-make-timer-work-in-background
https://stackoverflow.com/questions/50826548/timer-scheduledtimer-not-firing
https://blog.stackademic.com/timer-in-background-ios-swift-dbd229df522e
IOS 로 알람앱을 구현하면서 많은 에러와 도전이 있었다. 재미 있었고 이 부분에 대해 적어 놓으려고 했다.