gpt4 book ai didi

android - 我如何在我的 android 应用程序中集成 MiniMob Ads SDK?

转载 作者:行者123 更新时间:2023-11-29 21:34:50 25 4
gpt4 key购买 nike

我想在我的 Android 应用程序中添加 MiniMob 广告。我已阅读 http://www.minimob.com/integration-guide.html 中的完整文档对于 minimob sdk,但我还是不明白。

现在我有两个问题:

当我们使用 MiniMob sdk 创建新应用程序时,我们必须提供 android 市场或其他应用程序的 url。那么我们如何才能像第一次上传没有 minimob 集成的应用程序那样提供该 url,并获取应用程序的 url,然后再次使用 minimob 集成上传。

第二件事是我们必须在 list 中提供应用程序 ID、应用程序 key 和程序包名称,并将 jar 文件添加到 lib.jar 文件中。并保留一些我在下面展示这些广告的 Activity 中显示的代码。我好吗??

    <!-- MiniMob Manifest declaration start -->
<activity android:exported="false"
android:name="com.minimob.android.OptinActivity"
android:configChanges="orientation|keyboardHidden"
android:theme="\@android:style/Theme.Translucent" />
<activity
android:taskAffinity=""
android:name="com.minimob.android.PushAds"
android:configChanges="orientation|keyboardHidden"
android:theme="\@android:style/Theme.Translucent.NoTitleBar"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver android:name="com.minimob.android.DeliveryReceiver"
android:exported="false"/>
<receiver android:name="com.minimob.android.MessageReceiver"
android:exported="false"/>
<receiver android:name="com.minimob.android.BootReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>

<meta-data android:name="MINIMOB_APPID" android:value="id:$appid" />
<meta-data android:name="MINIMOB_APPKEY" android:value="key:$appkey" />
<meta-data android:name="MINIMOB_APPHOST"
android:value="http://mpm.minimob.com/mobile/serve.asp" />
<meta-data
android:name="MINIMOB_ACTION" android:value="com.minimob.android.PushService$appid" />
<service android:name="com.minimob.android.PushService" android:exported="false">
<intent-filter>
<action android:name="com.minimob.android.PushService$appid" />
</intent-filter>
</service>
<!-- MiniMob Manifest declaration end -->

最佳答案

关于应用 URL,我们可以出于多种原因(例如故障排除)访问应用。如果您的应用尚未公开发布,您可以临时输入一个随机 URL,并在应用被 Google Play 或其他应用商店接受后更新为正确的 URL。

关于您的第二个查询,每次您想要将 Minimob SDK 集成到应用中时,请执行以下操作,因为它是为每个应用定制构建的,说明会略有不同。

  • 转到 Minimob 中的“应用程序”页面并注册您的应用程序
  • 点击应用旁边的“下载 SDK”按钮
  • 打开“Instructions.txt”文件

步骤与您提到的差不多(复制 .jar 文件,复制粘贴 list 中的权限和声明,在启动 Minimob SDK 的主要 Activity 中添加调用)。

关于android - 我如何在我的 android 应用程序中集成 MiniMob Ads SDK?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18631825/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com