hyperlab / TiMixpanel

Mixpanel integration for Titanium Mobile
22 stars 12 forks source link

Prevent crash with v0.3 of iOS #7

Closed timanrebel closed 10 years ago

timanrebel commented 10 years ago

Disabled Surveys and In-App Notifications, because they currently crashes the app.

(It is unfortunately not possible to include Storyboards in native modules)

timanrebel commented 10 years ago

Will try to rewrite the module to use Hyperloop with xib support, but don't when I'll find time for that :)

jonatansberg commented 10 years ago

Pulling this straight away.

If I remember correctly, the issues are with loading the xib/storyboard from the correct bundle.. I think I saw someone that had a workaround for that, but that the workaround would require changes to the Mixpanel SDK/API.

The Hyperloop rewrite sounds like a fun project! I was thinking about writing a Hyperloop module from the start until I found @meeech's existing code. They must have solved the symbol duplication issues by now, right?