0

Does anybody know how to make inmobi interstitial ads only landscape orientation for Android? I tried to send post request with parameter "d-orientation", but nothing happened.

Map<String, String> map = new HashMap<String, String>();
map.put("d-orientation", "3");
request.setRequestParams(map);
Sohan
  • 1,287
  • 1
  • 15
  • 29
Typhus
  • 1
  • 1
  • Answer from inmobi helpcenter: We currently do not support landscape orientation for interstitial ads. – Typhus Oct 30 '12 at 13:05

2 Answers2

0

You can use android:ScreenOrientation="landscape" for your respective activity.So that your activity is visible only in landscape mode.Hope this will be helpful to you.

Akshay
  • 2,506
  • 4
  • 34
  • 55
  • No, it is not work. Inmobi send ad in portrait orientation and it is been cropped on application in landscape. – Typhus Oct 30 '12 at 10:39
0

Answer from inmobi helpcenter: We currently do not support landscape orientation for interstitial ads.

Typhus
  • 1
  • 1