I’m landing a GreyStripe Fullscreen Ad in a modal view controller in my iPhone app. The problem is that when GreyStripe SDK dismisses the full screen Ad, it also dismisses my modal view controller.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Couldn’t find a reasonable way of solving this problem, and instead of presenting my landing page as a modal view controller I presented it the classic way in a navigation controller. This solved my problem.