Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2925] localnotification doesn't work for sdk > 1.6.2

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2011-10-20T12:16:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsios, localnotification
Reporterjammer
AssigneeMatthew Apperson
Created2011-09-12T02:26:03.000+0000
Updated2016-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);

Comments

  1. Matthew Apperson 2011-10-20

    Jammer, Can you please test using the 1.7.3 SDK and report back if you are still having issues? Thanks, Matt
  2. jammer 2011-10-24

    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... :/
  3. jammer 2011-12-05

    It's still open...
  4. Matthew Apperson 2011-12-05

    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
  5. Paul Dowsett 2012-02-17

    local notifications work on 1.8.1 Please raise a new ticket if you are still having problems. Thanks
  6. Paul Dowsett 2012-02-17

    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

JSON Source