Quantcast
Channel: Questions in topic: "ios"
Viewing all articles
Browse latest Browse all 4709

Use UserNotification (iOS 10) in C#

$
0
0
I need to create a UserNotification from C# in Unity. Example from Apple Documentation: ` let center = CLLocationCoordinate2D(latitude: 37.335400, longitude: -122.009201) let region = CLCircularRegion(center: center, radius: 2000.0, identifier: "Headquarters") region.notifyOnEntry = true region.notifyOnExit = false let trigger = UNLocationNotificationTrigger(region: region, repeats: false) ` How would I implement the UserNotification framework and run this Swift (can be ObjC) code from C#?

Viewing all articles
Browse latest Browse all 4709

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>