Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Sending umlauts as push messages (from rails view) #4

Open
besi opened this issue Jul 14, 2011 · 1 comment
Open

Sending umlauts as push messages (from rails view) #4

besi opened this issue Jul 14, 2011 · 1 comment

Comments

@besi
Copy link

besi commented Jul 14, 2011

I have a view, which should send push messages. As soon as I enter umlauts in my text, it is not submitted. This can be reproduced like this:

device_token = '123abc456def'
APNS.send_notification(device_token, :alert => 'Hellö iPhöné', :badge => 1, :sound => 'default')

I am using ruby 1.9 and Rails 3.0.x. Thanks for your help. For plain ASCII messages though your gem rocks!

@thirtified
Copy link

Not able to reproduce this issue with current version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants