smartbanner

Smart App Banner not showing for my application when application is not installed

南笙酒味 提交于 2019-12-12 08:19:22
问题 I'm using the meta tag for displaying my application ios in the app banner for iphone/ipad devices. <meta name="apple-itunes-app" content="app-id=xxxxxxx"/> when I do tests using an Iphone, the banner worked very will if the application is installed, if it's not installed the banner is not showing. I do also the same test with others applications like facebook and others, the banner works fine in all cases. What can be the problem ? 回答1: From http://www.raywenderlich.com/80347/smart-app

how to display admob smartbanner exactly on the bottom of the screen while using andEngine CropResolutionPolicy

一笑奈何 提交于 2019-12-12 02:21:57
问题 So heres the deal. I am making a game in andEngine and I use CropResoltionpolicy (how it works: http://android.kul.is/2013/10/andengine-tutorial-dealing-with-screen-sizes.html). I have engine camera set as 480x800 in horizontal orientation. but the devices resolution is 1920x1080. In my game top and bottom parts of the screen are overflowing devices screen (see the previous link, how red rectangles are overflowing on left and right of the screen). So when I add banner that starts directly on

adMob | Smart banner at bottom?

南笙酒味 提交于 2019-12-11 19:59:25
问题 The idea is to put the admob banner at the bottom of the screen I tried with android:layout_alignParentBottom = "true" but the banner stand in the middle of the place that it occupies. Currently looks like this: pic1 And I want to look like this: pic2 My code: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:ads="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=