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

Are iOS Notifications Supported on Unity Remote 4?

$
0
0
I'm working on debugging a mobile game for iOS and I have found Unity Remote 4 to be invaluable for unit testing. One thing I did notice however is that push notifications are not appearing during the test. Are notifications not supported or am I just setting things up wrong? An example code fragment for my use of notifications: void throwNote() { LocalNotification notif = new LocalNotification(); notif.alertAction = "Title"; notif.alertBody = "Body"; notif.fireDate = DateTime.Now; NotificationServices.ScheduleLocalNotification(notif); } Everything compiles correctly with no errors or warnings when the method is called. Thanks for the help.

Viewing all articles
Browse latest Browse all 4709

Trending Articles



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