Local Notifications

Is it possible to do multi-line text with local notifications?

Example:

 options = {

        alert = “Test notification./nThis is a long sentence and needs a new line”,

        badge = 0,

        custom = {id = A}

    }

I tried the above example and I don’t get a drop down option in the status bar.

bump, would be much appreciated if someone has an answer

I’m not sure if you can do that, but if you can, then I would think you need to use a backslash, not a forward slash, i.e.

"Test notification.\nThis is a long sentence and needs a new line"

Hey cheers for the response, I tried your suggestion and it didn’t work.

The output was a status bar with the string “Test notification. This is a long sentence and needs a n…”

I’m hoping to get an official answer from this soon, might consider using some API to call obj-c functions for this.

bump, would be much appreciated if someone has an answer

I’m not sure if you can do that, but if you can, then I would think you need to use a backslash, not a forward slash, i.e.

"Test notification.\nThis is a long sentence and needs a new line"

Hey cheers for the response, I tried your suggestion and it didn’t work.

The output was a status bar with the string “Test notification. This is a long sentence and needs a n…”

I’m hoping to get an official answer from this soon, might consider using some API to call obj-c functions for this.