Hi all.
I am develping universal app.
When i build for iPad, i can see the InnerActive AD perfectly. But when i try to use iPhone can’t see.
I am not sure but i think it’s related with build config.
any ideas??
– My config.lua —
elseif sysModel ~= “iPad” then
application =
{
content =
{
–zoom
width = 768,
height = 1024,
scale = “zoomEven”,
audioPlayFrequency = 22050,
imageSuffix = {
["@2x"] = 2,
}
},
elseif sysModel == “iPad” then
application =
{
content =
{
width = 768,
height = 1024,
scale = “none”,
audioPlayFrequency = 22050,
fps = 30,
imageSuffix = {
["@2x"] = 2,
}
},
[import]uid: 92273 topic_id: 21856 reply_id: 321856[/import]