mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.04k stars 564 forks source link

In app message has break UIAlertView #268

Closed SvenSven2009 closed 9 years ago

SvenSven2009 commented 9 years ago

We have a issue with "In-app message" and UIAlertView. If UIAlertView is shown and Mixpanel presents "In-app message" (above alert) after i dismiss in-app message(by click cross button in the upper right corner) UIAlertView was shifted to the upper left corner. Please, see attached screenshots. Could you please investigate this issue ... 1 2 3

arittr commented 9 years ago

@SvenSven2009 so sorry for the delay as we work through this - thanks for your patience.

@alex-hofsteede can you take a look at this when you get a chance?

SvenSven2009 commented 9 years ago

Hi guys, May be any updates?

yas375 commented 9 years ago

We are experiencing the same issue. I made a simple sample project to see if I can get this issue to reproduce in isolated environment with just simple UIAlertView, UIAlertController and UIViewControllers. Indeed, we shouldn't try to present any view controller from UIAlertController.