小编Mah*_*dir的帖子

App is not visible in appstore on Admob search

My application was added to the app store 10 days ago but it still doesn't show up when I search for my app on admob. Even though I type in the app name / Developer Name / Appstore ID, it doesn't show up.

So my ads are not working. How many days does it take for Admob? Am I doing something wrong?

在此处输入图片说明

app-store admob ios

12
推荐指数
1
解决办法
1507
查看次数

在类中定义Stacklayout(Xamarin.Forms)

我在我的xaml页面中使用框架,我使用以下示例

<StackLayout>
    <Frame>
        <StackLayout>
            <Button></Button>
            <Label></Label>
        </StackLayout>
        <StackLayout>
            <Label></Label>
        </StackLayout>
    </Frame>
</StackLayout>
Run Code Online (Sandbox Code Playgroud)

但是当我想在cs方面做同样的事情时,我定义了StackLayouts,我定义了标签和按钮.我可以使用Children向Stacklayout添加Buttons但是我无法将Stacklayout添加到Frame中,因为Frame Children没有proopperties.是否有可能在cs方面之前将Stacklayout添加到Frame?

c# xamarin.forms

1
推荐指数
1
解决办法
4830
查看次数

标签 统计

admob ×1

app-store ×1

c# ×1

ios ×1

xamarin.forms ×1