hyperlab / TiMixpanel

Mixpanel integration for Titanium Mobile
22 stars 12 forks source link

Fixed device tokens not correctly send to Mixpanel #9

Closed timanrebel closed 10 years ago

timanrebel commented 10 years ago

And upgraded the Mixpanel SDK to latest version, including support for A/B tests

jonatansberg commented 10 years ago

Thank you yet again @timanrebel!

I never thought actually though of swizzling application:didRegisterForRemoteNotificationsWithDeviceToken:.

Awesome work!

timanrebel commented 10 years ago

You're welcome :)

inakiabt commented 10 years ago

This PR fixes #4? Seems like push notifications are working but not surveys. Should I add some code to enable surveys?

jonatansberg commented 10 years ago

@inakiabt Yeah, push notifications should work now. The custom UI ones are probably still broken tho.

If you have found a way to load the required storyboards then please go ahead! The last time I tried I was unable to work out a good way to load them without modifying the Mixpanel API/SDK.

timanrebel commented 10 years ago

4 is also caused by not being able to include storyboards. #4 is about In-App notifications, not Push Notifications