Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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