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?
我在我的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?