[AC-2925] localnotification doesn't work for sdk > 1.6.2
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | n/a | 
| Status | Closed | 
| Resolution | Needs more info | 
| Resolution Date | 2011-10-20T12:16:07.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | Titanium SDK & CLI | 
| Labels | ios, localnotification | 
| Reporter | jammer | 
| Assignee | Matthew Apperson | 
| Created | 2011-09-12T02:26:03.000+0000 | 
| Updated | 2016-03-08T07:47:54.000+0000 | 
Description
	i use the code below within an application to schedule a localnotification.
But this notification only works (in both iPhone and simulator) if i compile with sdk max version 1.6.2
Ex : 
	var param = {
		alertBody:'box title',
		alertAction:'button name',
		userInfo:{"idTodo":2},
		sound:"img/pop.caf",
		date:new Date(when)
	};
	var notification = Titanium.App.iOS.scheduleLocalNotification(param);
Jammer, Can you please test using the 1.7.3 SDK and report back if you are still having issues? Thanks, Matt
Hi Matthew Apperson, i'm sorry, but it still doesn't work. I performed a full rebuild, both for iOS 4.3 and 5, with sdk 1.7.3, and localnotification don't work... :/
It's still open...
Sorry for not getting back to you sooner jammer... Please update the ticket to be in line with these guidelines - http://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-CreatingaTestCase Your ticket is good, but just needs a more complete test case
local notifications work on 1.8.1 Please raise a new ticket if you are still having problems. Thanks
Closing due to inactivity. If this issue still exists, please raise a new ticket, including all the information in the [JIRA Ticket Checklist](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-JIRATicketChecklist) to ensure that we can escalate it quickly. Read [How to Submit a Bug Report](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report) if you have not read it before, and always start a ticket using the [JIRA Ticket Template](https://wiki.appcelerator.org/display/guides/JIRA+Ticket+Template). Thanks in advance