3,869 questions
0
votes
0
answers
46
views
New Outlook ignores (or overrides) button image and text labels in manifest
We have a published Outlook Add-In that has been in the Microsoft Store for quite a few years.
We now noticed that, when switching to the New Outlook, that our primary button that appears in the ...
0
votes
0
answers
30
views
Concurrency issue while updating micro-frontend manifest to s3
All MFEs are deployed using a single shared GitHub Actions workflow.
This workflow handles deployment for any MFE that has been updated and updates a shared manifest file that lists all deployed MFE ...
0
votes
0
answers
20
views
SCORM item hidden but not being visible when rules are met
This is a part of a SCORM 2004 4th Edition imsmanifest. I can hide First Attempt item based on prior objective (preexam_lesson) status not being known (not launched). How do I get First Attempt to be ...
-1
votes
2
answers
65
views
How does Manifest.toml get modified while coding from VSCode?
I have been trying to contribute to a project that is owned by someone else, and hosted on a remote github repository. The project is written in Julia and I am using VScode as the editor.
However, I ...
0
votes
1
answer
83
views
Chromedriver with proxy
We have a test software based on chromedriver. The test is a site check from one computer, but under different proxies. The proxy is connected via a JavaScript script. About a month ago, I had to edit ...
0
votes
2
answers
189
views
using extensionattributes for optional claims in access tokens
I am trying to supply a username to a third party application that will occasionally be different than the users SAM.
I've got it working on the ID token by defining it in OIDC-based sign-on.
The ...
0
votes
0
answers
51
views
Clickonce .NET 8 set entry point in the manifest file that is created during build
When the manifest file is created it is not adding the correct entry point. It is naming it Launcher.exe instead of the project name
<entryPoint>
<assemblyIdentity name="Launcher&...
0
votes
1
answer
64
views
QUERY_ALL_PACKAGES rejection by google play
My app is getting rejected by the goggle play store. They say I am not compliant because of the use of QUERY_ALL_PACKAGES.
That permission is not in my manifest. I do not need it in my manifest. I do ...
0
votes
0
answers
25
views
Manifest file to create a button on the ribbon in Outlook
I am very new to any form of coding, and I am trying to generate a manifest file so that I can deploy a button to our organization to add a button to their ribbon in Outlook.
The function is simple, I ...
1
vote
1
answer
56
views
Android Manifest merger failed (Kotlin / Android Studio)
I got a very common Error during coding my new App:
Manifest merger failed : Attribute property#android.adservices.AD_SERVICES_CONFIG@resource value=(@xml/ga_ad_services_config) from [com.google....
0
votes
0
answers
48
views
Chrome's pwa automatic install promotion popup does not appear
Decided to go with Chrome default browser promotion rather than implementing my own one https://web.dev/articles/promote-install#browser-promotion implemented all the requirements described here: ...
0
votes
1
answer
41
views
How to reference localized strings in a module's ScriptsToProcess script?
Consider the scenario:
A module manifest's ScriptsToProcess key refers to an intitialization script -- which is designed to throw an exception if pre-requisites aren't satisfied (providing an ...
0
votes
0
answers
60
views
When double-clicking .exe file from Windows/File Explorer, getting "The requested operation requires elevation" error instead of UAC prompt
I have two versions of an .exe, one x86 and one x64, both have the manifest set to run as administrator:
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<...
1
vote
1
answer
101
views
Why is Package.appxmanifest required for BLE / UWP?
I have a C# (WPF) application that pairs with and gets data from a device using Bluetooth Low Energy, using the namespaces in UWP. I've been having intermittent problems (especially with the ...
1
vote
0
answers
71
views
Share an Office Add-In without a company, and without publishing it to AppSource
I need to create a very simple Office Add-in to perform Data Transformation to and from CSV file. I am making a "Dialogue Tool" for my designer working on Unreal Engine Data Tables. I want ...
2
votes
0
answers
716
views
iOS App Store Connect "ITMS-91061: Missing privacy manifest" for third-party SDKs .NET8 Maui [duplicate]
This seems to be a new requirement by Apple as of February 12th, 2025. Common third-party SDKs listed here now need their own privacy manifests that are signed by 'the same developer'.
I have been ...
1
vote
1
answer
5k
views
How can I resolve “Missing Privacy Manifest” errors for third-party iOS SDKs? [duplicate]
I'm receiving the following error during TestFlight submission for my iOS app:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Alamofire.framework/Alamofire”, which includes ...
0
votes
1
answer
67
views
How to prevent sideloading a manifest.xml on Excel for the Web?
I have an MS. Office Excel add-in and I use it via sideloading of the manifest.xml file.
it works and everything is good, until recently I've noticed that there are some issues when users try to ...
0
votes
0
answers
26
views
maven-war-plugin not creating manifest file
In a new directory, execute the following command to generate a default webapp:
mvn archetype:generate -DgroupId=com.xyz -DartifactId=wheres-my-manifest-file -DarchetypeArtifactId=maven-archetype-...
0
votes
1
answer
98
views
How do I fix error c101008e: Failed to create the manifest from the identity string:
In response to a question I asked a few days ago, I was advised that I needed to setup a Manifest to use cuebanners in the CueBannerDemo program I created for testing.
So, after reading about &...
0
votes
0
answers
36
views
pwa splash screen icon is too big
The problem is that chrome always displays a very very big icon at center of screen
i want more smaller icon...
I only left a small image, but while the quality decreased, the icon size on the splash ...
1
vote
0
answers
50
views
Modifying the launcher manifest of an Eclipse RCP Application
I need to make some changes directly to the executable responsible for launching my RCP application. In this case, I'm modifying the manifest using the "mt.exe" tool from the Windows SDK.
As ...
0
votes
1
answer
69
views
ansible regex to search and append ip as a registry host for container images
We are trying to update the image: field in Kubernetes YAML manifests by dynamically appending an IP address (10.20.30.40/) to the image URL, except in certain cases. Specifically, we have three ...
0
votes
0
answers
143
views
How to force Maven with Spring repackage to add the compiled packages to the jar root?
I've got some code in a module named "Electricity-aWattar". Injection and instantiation is controlled by Spring 3.4.0.
The artifact has got several main methods and one of this classes shall ...
0
votes
1
answer
355
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 ...
0
votes
0
answers
66
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 ...
0
votes
0
answers
324
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/...
0
votes
0
answers
56
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)
{
...
3
votes
3
answers
2k
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 ...
1
vote
1
answer
96
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 (...
0
votes
0
answers
53
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-...
0
votes
0
answers
303
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 ...
0
votes
0
answers
56
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 ...
0
votes
0
answers
50
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 ...
1
vote
1
answer
98
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'
...
0
votes
1
answer
77
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"):
# ...
0
votes
1
answer
335
views
Request for permission (Pop - up) dialog is not showing in Android
I have the following register initialized in onCreate method of an AppCompatActivity class:
ActivityResultLauncher<String> requestPermissionLauncher =
registerForActivityResult(...
5
votes
1
answer
2k
views
Chrome Extension: Refused to load script due to Content Security Policy (CSP) after no recent changes
I've been working on a Chrome extension using Vite and React, and everything was working fine until recently. I haven't made any changes, but now I’m getting a Content Security Policy (CSP) error ...
0
votes
0
answers
141
views
Detecting Elevation Requirements in Newly Laucnhed Processes
I'm developing a process monitoring program that identifies processes requiring elevation.
My current approach involves:
GUI Thread to handle the user interface.
Monitoring Thread utilises Event ...
-1
votes
2
answers
185
views
401 Unauthorized Error When Fetching Data from Chrome Extension to Backend Hosted on Vercel
I'm building a Chrome extension that needs to fetch data from Wiktionary.
Due to CORS restrictions, I can't directly make requests from the Chrome extension to Wiktionary. Therefore, I want to use a ...
1
vote
1
answer
40
views
React apps component not working as expected
Here is the main react app. In the navbar component I tried to change the background color from the main react app by props. But it's not changing the color.
import './App.css';
import About from './...
1
vote
0
answers
27
views
Persistent Loading Indicator Issue in Outlook WebAdd-in After Full Initialization
I have developed an Outlook web add-in using TypeScript, managed by Webpack. While the add-in functionality works as expected, I am facing an issue with a loading indicator that never disappears, even ...
0
votes
0
answers
103
views
Manual SBOM SPDX Entries? (for undiscoverable packages)
I may be completely misunderstanding this as I am new to the generation of a Software Bill of Materials (SBOM). But I am presently using Microsoft's SBOM tool, and while it handles 99% of all related ...
0
votes
1
answer
35
views
SideBySide Assembly MS Unit Tests
I've created a unit test (MS Unit Test), which uses COM Dlls for specific operations. If these COM Dlls are registered (via Regsvr32.exe) everything works fine. But if I try to run my test using these ...
0
votes
1
answer
133
views
Why is Alexa for apps skills manifest update failing with error DENIED_FEATURE_ACCESS
I'm trying to create an Alexa for apps custom skill to allow voice control of my Android app. The app's deep links are verified and working and the skill itself is partially implemented in the Alexa ...
3
votes
2
answers
1k
views
Minimal PWA requirements - What is the least needed to turn a web page into an installable web app on mobile/desktop?
I have a web page that I would like to display on mobile (potentially also desktop) in fullscreen or standalone without any browser controls - like address bar and back/refresh/etc buttons.
What is ...
1
vote
2
answers
421
views
How to get context.modules for vite react ssr-manifest.json
The manifest contains mappings of module IDs to their associated chunks and asset files.
I did't find context.modules for vite react ssr. The @vitejs/plugin-vue supports it for vue. What about the @...
0
votes
0
answers
32
views
Avoid long lines inside nested data uri
I have become a fan of single-file web applications. Now I try to make it installable via an embedded manifest. Ideally I would like
to have the manifest directly editable (i.e. not base 64 - when ...
0
votes
0
answers
9
views
Problems requesting permissions for the device to download a bundle.txt
I created a bundle that contains a collection of about 20,000 documents. I correctly created my bundle, and now I need the device running the app to download the bundle for the first time and save it ...
1
vote
1
answer
125
views
How can I make sure my exe file recognise my dll file which is in a folder called binary adjacent to my exe file
The log output generated by the compiler
'FpsKing.exe' (Win32): Loaded 'C:\Users\user\source\repos\FirstPersonShooter\x64\Debug\FpsKing.exe'. Symbols loaded.
'FpsKing.exe' (Win32): Loaded 'C:\Windows\...