Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/triztian/gounosx
UNUserNotifications bindings for Go
https://github.com/triztian/gounosx
Last synced: about 1 month ago
JSON representation
UNUserNotifications bindings for Go
- Host: GitHub
- URL: https://github.com/triztian/gounosx
- Owner: triztian
- License: mit
- Created: 2019-05-27T23:49:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T23:50:26.000Z (over 5 years ago)
- Last Synced: 2024-06-20T13:33:51.399Z (6 months ago)
- Language: Go
- Size: 489 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go UserNotifications OSX
An experimental package that exposes the UserNotifications framework
to Go## Resources
* https://stackoverflow.com/questions/19910647/pass-struct-and-array-of-structs-to-c-function-from-go
* https://stackoverflow.com/questions/5901508/calling-cocoa-apis-from-c
* https://stackoverflow.com/questions/2691383/how-can-i-make-a-static-method-in-objective-c
* http://ashishkakkad.com/2016/09/push-notifications-in-ios-10-objective-c/
* https://developer.apple.com/documentation/objectivec/objective-c_runtime?language=objc
* https://golang.org/src/crypto/x509/root_cgo_darwin.go
* https://www.hackingwithswift.com/read/21/2/scheduling-notifications-unusernotificationcenter-and-unnotificationrequest
* https://stackoverflow.com/questions/10797350/convert-char-to-nsstring