Search found 6 matches

Go to advanced search

by RodrigoD
Wed May 07, 2014 1:34 pm
Forum: Issues
Topic: Error for push notification in Portuguese
Replies: 6
Views: 1005
 
Jump to post

Error for push notification in Portuguese

The app is a .net app not an app in appery.io.
The relevant code is posted .

by RodrigoD
Tue May 06, 2014 11:36 am
Forum: Issues
Topic: Error for push notification in Portuguese
Replies: 6
Views: 1005
 
Jump to post

Error for push notification in Portuguese

My best guess was that it has something to do with the charset. I included the chartset in the header but I still get the same error. Here is my code: code private string EnviarNotificacao(string deviceId,string mensagem) { PushNotification notification = new PushNotification(); notification&#46...
by RodrigoD
Mon May 05, 2014 8:15 pm
Forum: Issues
Topic: Error for push notification in Portuguese
Replies: 6
Views: 1005
 
Jump to post

Error for push notification in Portuguese

I am trying to send a notification from an app. The notification works just fine witha simple "Hello wold" .If I put the message in Portuguese I get a serialization error. The message is "Parabéns, você acaba de receber pontos". The same code with a "Helo world" works...
by RodrigoD
Wed Apr 30, 2014 2:41 pm
Forum: Issues
Topic: Push Notification to single device
Replies: 2
Views: 454
 
Jump to post

Push Notification to single device

Well , it was a problem with my Json parser. the json shoud be: {"payload":{"message":"Notification sample","badge":0},"status":"sent","filter":{"deviceID":""}} And here is my small .net code to send notificati...
by RodrigoD
Wed Apr 30, 2014 2:36 pm
Forum: Issues
Topic: Push Notification to single device
Replies: 2
Views: 454
 
Jump to post

Push Notification to single device

I am tying to send a notification to a single device and its not working. Here is the json I am using: {"payload":{"message":"Notification sample","badge":0},"status":"sent","filter":{"deviceId":""}} I got the ...
by RodrigoD
Tue Apr 29, 2014 3:57 pm
Forum: Issues
Topic: Form validation components
Replies: 9
Views: 2222
 
Jump to post

Form validation components

I think jquery validation plugin should be included by default and basic validation should be in the designer (eg : required).
It would be a nice addion to have a 'validation' event where we could put all validation code.

Go to advanced search