arleyandrada / PushClient

FREE and Open Source - Titanium PushClient Module
Other
44 stars 17 forks source link

Documentation for the iOS version #3

Closed somefakeuser closed 9 years ago

somefakeuser commented 9 years ago

Dear Arley,

Thanks for your message. I'm testing it right now. I've the Android part up and running, but the iOS version not. I try to get that working first. Maybe there's more documentation available for the iOS version, but I'll figure it out myself.

Thanks,

somefakeuser commented 9 years ago

Dear Maria,

I've bought a license. Do you have more information about the installation of the iOS module. This would help me a lot.

Thanks,

arleyandrada commented 9 years ago

Hi,

There's no special requirements related to my iOS Push module, but I know about some common problems:

That's all.

I wait your return.

arleyandrada commented 9 years ago

Hi,

In development build for iOS you need to use a documented workaround to an Titanium bug:

//Workaround to Titanium Mobile issue #17030
//https://jira.appcelerator.org/browse/TIMOB-17030
if (!OS_ANDROID) {
var issue17030 = Ti.Network.registerForPushNotifications;
}

Please let me know if everything is ok to your app.

Thanks,

Arley

somefakeuser commented 9 years ago

Dear Arley,

Thanks for you support. I've got everything working, so the module is working fine.

Thanks,