Skip to main content

Questions tagged [app-bundle]

Questions related to OS X or iOS `.app` files, particularly their creation. Underneath, these are a special folder called a bundle. iOS .ipa files are then based off of these.

app-bundle
0 votes
0 answers
26 views

App works from signed APK but fails when installed from Play Store

The signed APK and the APK split from the signed app bundle work fine, but installing the app from the Play Store shows an error. I tried it on my IDEMIA screen device; when building the signed APK, ...
Ebrahim Joy's user avatar
0 votes
0 answers
36 views

Can iOS extension can use the same binary as app?

I have an iOS SwiftUI app which uses some extensions like NotificationServiceExtension, NotificationContentExtension, WidgetExtension etc. I noticed that each extension uses its own process and has ...
NightFuryLxD's user avatar
0 votes
0 answers
22 views

Flutter Google Play version not launching as opposed to APK with the same code

I have sent the app bundle of my app to Google Play. It has been approved. A phone has been discovered (Redmi Note 12 pro + with Xiaomi HiperOS Android 14) that has problems launching (it is installed ...
Anton Platonov's user avatar
0 votes
0 answers
64 views

Failed to apply plugin 'com.android.internal.application'

Could not create an instance of type com.android.build.gradle.internal.plugins.AppPlugin$ApplicationAndroidComponentsExtensionImplCompat. Could not generate a decorated class for type AppPlugin....
Kamza's user avatar
  • 1
0 votes
1 answer
81 views

Failed to download when requesting to Dropbox within the WorkItem created

I’ve tried the AU class on  Using Design Automation for Revit for Displaying RFAs in the Forge Viewer to Convert the .rfa files to .rvt files so that can be performed via Autodesk Platform Services ...
Sajad's user avatar
  • 1
0 votes
0 answers
41 views

Failed upload to TestFlight due to Invalid Binary - iOS app using Firebase Messaging for Notifications

I am using firebase messaging for notifications in my iOS app and when I uploaded a build to TestFlight, it gave me a few problems: This bundle is invalid - The Info.plist file for /Payload/[AppName]....
Eduardo Olinto's user avatar
1 vote
0 answers
45 views

NullPointerException in build.gradle

I am trying to build an app bundle for testing and release on google play, however I keep getting a NullPointerException when I try to build app bundle. I created the signing key on mac, but then ...
isuf's user avatar
  • 35
1 vote
0 answers
32 views

How to enable terminal window to show for my command line tool when I run it from an app bundle?

I'm trying to notarize and staple my command line tool. Since mach-o binaries cannot be stapled, I decided to embed it into an app bundle. This works, except that when I run my command line tool by ...
c00000fd's user avatar
  • 21.9k
2 votes
1 answer
100 views

How to convert existing macOS command line tool (for a launch daemon) into a bundled app for code signing & stapling?

I have a macOS command line tool project for my launch daemon (written in C++). It compiles into a single Mach-O binary file. I need to code sign and notarize it for distribution (outside of the App ...
c00000fd's user avatar
  • 21.9k
0 votes
0 answers
62 views

Project stops working when I sign it and export as app Bundle or APK

enter image description hereI recently did a project in flutter for a company, at the moment I am trying to deliver the project to upload the app on google play, to upload the app google play asks me ...
leonardo davila's user avatar
0 votes
1 answer
127 views

How can I make my Flutter application visible to users with Gmail.com email addresses on the Google Play Store?

I have recently deployed my Flutter application to the production mode on the Google Play Store. The application is targeted for 177 countries and should be available to all users, regardless of their ...
ASMA's user avatar
  • 89
0 votes
1 answer
664 views

running flutter build app bundle not working

i made keystore according to flutter documentation using this command keytool -genkey -v -keystore %userprofile%\upload-keystore.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias ...
alan_sorkan's user avatar
0 votes
1 answer
227 views

Flutter Failed to build appbundle when using DeferredComponent

I'm using DeferredComponent in my Flutter project. The app run successfully in debug and release mode. However, when I try to make an appbundle, the Deferred Components validation fails with the ...
Naufal Rajabi's user avatar
0 votes
0 answers
190 views

How could I create a .app file from scratch? When I try and run my bundle, it opens for less than a second and closes

I am trying to create a program to pack Lua scripts into a .app file, and am having trouble with running the app. To test, I got a working program and put it in MyApp.app/Contents/MacOS/main (This ...
Frityet's user avatar
0 votes
0 answers
535 views

Do I have to create a pepk and jks file for every single app bundle I generate in android studio?

Do I have to create a private key and jks file for every app bundle I generate in android studio? I noticed that I can't place them in another folder once I have created the private key and jks file ...
AlecW123's user avatar

15 30 50 per page
1
2 3 4 5
10