farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

ipad admob landscape showing problem #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ipad is landscape mode in UIInterfaceOrientationLandscpeRight (Home is in 
right)
2. click the admod
3. admob ad shows from left side as as portait mode.

What is the expected output? What do you see instead?
I expected that landscape ad is shown.
UIInterfaceOrientationLandscpeLeft(Home is in left) works properly.

What version of the product are you using? On what operating system?
ipad2, ios 5.01, adwhirl sdk 3.1

Please provide any additional information below.

Original issue reported on code.google.com by ecarusw...@gmail.com on 5 Feb 2012 at 9:12

Attachments:

GoogleCodeExporter commented 9 years ago
What exactly is the problem here?  Does the AdMob ad's landing page not take up 
the entire screen?  If so, are you using the latest AdMob SDK (v5.0.5 
currently)?

Original comment by wesgood...@google.com on 6 Feb 2012 at 8:09

GoogleCodeExporter commented 9 years ago
When click the ad in state of UIInterfaceOrientationLandscpeLeft(Home is in 
left), it works properly as an attached picture. But, in state of 
UIInterfaceOrientationLandscpeRight, it appear under the content and even is 
disappeared as using whole screen view area, not ad banner view at the top.
This symptom only occur in UIInterfaceOrientationLandscpeRight.

Original comment by ecarusw...@gmail.com on 7 Feb 2012 at 12:53

Attachments:

GoogleCodeExporter commented 9 years ago
I'm using admob Sdk version 5.0.5 downloaded by pressing "Get Publisher Code" 
in admob site.

Original comment by ecarusw...@gmail.com on 7 Feb 2012 at 12:57

GoogleCodeExporter commented 9 years ago
it shows like a portrait ad. But, in this situation, it even not proper working 
to show portrait ad. I want to show the ad as the first attached picture.

Original comment by ecarusw...@gmail.com on 7 Feb 2012 at 1:03

GoogleCodeExporter commented 9 years ago
Is there any update?

Original comment by ecarusw...@gmail.com on 17 Feb 2012 at 9:36

GoogleCodeExporter commented 9 years ago
I haven't been able to reproduce this using AdMob and the AdWhirlSDK sample 
that we distribute.  Are you sure that you're returning the proper view 
controller for - (UIViewController *)viewControllerForPresentingModalView ?

Original comment by wesgood...@google.com on 22 Feb 2012 at 1:07

GoogleCodeExporter commented 9 years ago
I attached AdWhirlHeler.m I'm using. When calling ad, (UIViewController 
*)viewControllerForPresentingModalView mehod returns self. Admob is only 
unproper working. Could you give me any guide?

Original comment by ecarusw...@gmail.com on 22 Feb 2012 at 10:38

Attachments:

GoogleCodeExporter commented 9 years ago
Could you give me any direction or something you need?

Original comment by ecarusw...@gmail.com on 28 Feb 2012 at 1:50

GoogleCodeExporter commented 9 years ago
I found that this symptom has occured in PortraitUpsidedown.

Original comment by ecarusw...@gmail.com on 7 Mar 2012 at 8:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I solved it. The problem is AdWhirlheplper has extended by UIViewController.
So, I changed it to UIView and make return [super.window rootViewController], 
instead of self, in viewControllerForPresentingModalView method.
Please, close this issue.

Original comment by ecarusw...@gmail.com on 17 Mar 2012 at 10:15