问题标签 [appicon]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 客户端安装 MDM 后应用程序图标未出现
我们的应用程序已发布到应用程序商店。这是一个iphone应用程序。
我们的一位客户正在通过他的 MDM 推送我们的应用程序,以便他的员工可以在他们的 ipad 上访问它——我们的客户有一个来自 Apple 的批量购买计划(我不知道他的 MDM 是什么)。安装 MDM 后,我们的应用程序徽标不会出现在他们的 iPad 上。
这有什么原因吗?他们联系了苹果支持,但被要求与开发人员交谈。
作为开发人员,我们是否应该为 ipad 提供图像以使图标出现?当我们发布该应用程序时,它没有要求我们提供 ipad 图片,因为该应用程序是针对 iphone 的。
请告诉我。
android - How to remove the launcher icon in android 10(Q)
Before API 29, we can remove the launcher icon in the device by removing
in the manifest file.
As stated here
As of Android Q, at least one of the app's activities or synthesized activities appears in the returned list unless the app satisfies at least one of the following conditions:
The app is a system app.
The app doesn't request any permissions.
The app doesn't have a launcher activity that is enabled by default. A launcher activity has an intent containing the ACTION_MAIN action and the CATEGORY_LAUNCHER category.
Additionally, the system hides synthesized activities for some or all apps in the following enterprise-related cases:
If the device is a fully managed device, no synthesized activities for any app appear in the returned list. If the current user has a work profile, no synthesized activities for the user's work apps appear in the returned list.
The third condition states as the same as not to have a launcher activity that is enabled.
How to achieve this in android 10?
android - 如何在 android studio 中使用 API 设置应用程序图标
我正在尝试从后端动态更改应用程序图标,我不知道这是否可能,但由于我们能够使用活动别名来更改图标,这看起来是可行的。
android - Android Studio,如何为 API-26 创建自定义自适应 mipmap ic_launcher 图标
我正在尝试更新现有应用程序,距离上次更新已经有几年了,我已将 Android Studio 更新到最新版本 v3.5.3。除其他外,我想更改应用程序图标,因此我更新了所有 PNG 文件。
但是,在模拟器中它一直显示旧的默认图标。
如果我理解正确,自 API-26 以来有一项新功能允许使用称为自适应应用程序图标的东西,但我不知道如何更新此图标。
@mipmap/ic_launcher.xml 文件似乎是某种矢量文件,它描述了路径和 strokeWidth 以及构造默认图标的线条。我尝试并搜索了所有内容,但我不知道如何使用我的企业徽标自定义此类图标。
我必须将我的自定义徽标转换为矢量图像吗?如果是这样,我该怎么做?使用哪个应用程序或实用程序?我还是不能像以前一样使用我的 PNG 文件吗?
python - 如何使用 kivy-buildozer 为我的 android 应用程序添加图标?
我使用 python-kivy 制作了一个 android 应用程序(Buildozer 使其成为 apk 文件)
现在我想为应用程序的图标放一张图片。我的意思是你手机上应用程序图标的图片。
我怎样才能做到这一点?我在 kv 中找不到任何代码
ios - 应用程序图标未出现在 ios 的应用程序切换器中
我最近使用https://makeappicon.com为我的 ios 应用程序开发了一组图标。这提供了一个包含适当大小的图像的文件夹。然后,我将这些图像中的每一个拖到 Assets.xcassets 的 AppIcon 部分中的相应插槽中。该图标在我的手机屏幕上显示良好,但在应用程序切换器中却没有(见图中圈出)。没有错误显示。
我有: - 清理构建文件夹并重建 - 我重新启动了我的 iPhone - 我已手动将所有图像放入插槽 - 我还尝试将原始 AppIcon 文件夹替换为 make appicon 提供的文件夹
都没有效果。感谢任何建议。