Skip to main content
0 votes
0 answers
27 views

How to dynamically update AndroidManifest permissions based on Gradle build parameters?

I have an Android application written in Java and using Gradle for the build process. The app implements various metrics that collect different types of data. Each metric requires specific permissions....
Aerr Asde's user avatar
0 votes
1 answer
48 views

Azure web app service won't find my web app's manifest.json file

I have completed the development of a web application, everything works as intended when launched in localhost ( manifest and service worker included). I am in the process of deploying the application ...
riccardo barone's user avatar
0 votes
0 answers
21 views

How to enable a Microsoft Teams bot to work in private channels? [duplicate]

We have developed a bot for Microsoft Teams that can send messages to: Team members' personal chats Public channels within the team However, when we attempt to install the bot in a private channel, ...
Aniket's user avatar
  • 11
0 votes
0 answers
12 views

Issue with PWA Manifest in React App when Testing with PWABuilder (Manifest not found)

I'm currently working on creating a Progressive Web App (PWA) using Create React App. Here's what I've done so far: Created the manifest.json file as shown in the image. [folder][1] Linked the ...
heyyyyyy's user avatar
0 votes
0 answers
27 views

Use the offscreen API with webextension-polyfill

I'm trying to upgrade to Manifest version 3 a cross-browser extension that uses webextension-polyfill and Typecript. I'm stuck on trying to do something similar to https://developer.chrome.com/docs/...
Daniel's user avatar
  • 1,812
0 votes
0 answers
20 views

ClickOnce GenerateApplicationManifest MSB3171 "...to load a program with an incorrect format" with native DLLs

I have the following simple project: using ImageMagick; using SkiaSharp; using System; namespace ConsoleApp1 { public class Program { public static void Main(string[] args) { ...
Simon K.'s user avatar
  • 367
1 vote
3 answers
595 views

ITMS-91056: Invalid privacy manifest

App Store Connect Hello, We noticed one or more issues with a recent submission for App Store review for the following app: Qizlar Akademiyasi Version 1.4.4 Build 13 Please correct the following ...
Hojiakbar's user avatar
1 vote
1 answer
32 views

Run a Javascript function from an Outlook Add-in Manifest file

I've setup an Outlook Add-in using an XML manifest file. I've got some buttons appearing in a menu drop down on the UI. When I click the buttons it says my request is being worked on and does nothing (...
Termite_nest's user avatar
0 votes
0 answers
25 views

Why is Outlook Add-In Mobile Button Not Appearing

I am developing an add-in for outlook using an xml manifest. On outlook classic, and outlook on the web I my add-in works properly. I am testing my add-in by sideloading it through @microsft/teamsapp-...
Case Brophy's user avatar
0 votes
0 answers
56 views

Create an Outlook Add-in using an xml manifest file that adds a drop down menu on the main ribbon

So I have an Outlook Add-in that displays a little drop down menu - it only appears on certain tabs and I have to click Apps on a Add-in group, then my add-in to get things happening (too many clicks ...
Termite_nest's user avatar
0 votes
0 answers
27 views

PWA "No manifest detected" only on Android but works on every other platform

I am developing a Progressive Web App and when I tried to test it out on my Android phone, it didn't work as clicking on "Add to home screen" doesn't return the PWA installer UI but the ...
Raymond's user avatar
  • 81
0 votes
0 answers
19 views

Zabbix nodeAddress hardcode

First look to powerful tool - Zabbix. Setup it with helm and after check up some widgets, see a error block, telling about incorrectness of NodeAddress, simply giving me some hardcode IP instead of ...
AllFurryMustDie's user avatar
1 vote
1 answer
47 views

How to prevent loading of .psd1 RequiredModules when Import-Module fails?

When importing a module fails, it will still load the RequiredModules defined in the .psd1 manifest. Consider the following module files: MyModule.psd1 @{ RootModule = 'MyModule.psm1' ...
Paul π's user avatar
  • 492
0 votes
1 answer
44 views

How do I programmatically reset manifest settings as RequiredModules

The Update-ModuleManifest lets you programmatically update settings, but how do I programmatically reset a setting as RequiredModules back to its original setting ("no required modules"): # ...
iRon's user avatar
  • 23.3k
0 votes
0 answers
29 views

Android Manifest file in Unity. Error when uploading to Google Play. How can I fix that?

I want to update my games to API 34, using Unity 2019.1.0f1. With my 2 projects everything goes smooth, after building my project I've uploaded it without problem, but one project is stubborn. After ...
Mateusz's user avatar

15 30 50 per page
1
2 3 4 5
260