Posts

Post not yet marked as solved
2 Replies
1.1k Views
When altool notarizes my apps, I get an email confirmation to my Apple ID email address. This does not happen with notarytool. Is this expected behavior?
Posted Last updated
.
Post not yet marked as solved
0 Replies
674 Views
I have a simple project that I built to track down a bizarre problem. In my applicationDidFinishLaunching:, I call isdigit(). If I add a C Flag such as -DBUILD_RETAIL or a preprocessor macro such as BUILD_RETAIL=1, then I get: Implicitly declaring library function 'isdigit' with type 'int (int)' This happens even if I add #import ctype.h to the .m file. I am on 10.15.7 with Xcode 12.4
Posted Last updated
.
Post not yet marked as solved
0 Replies
612 Views
I currently have an app in the Mac App Store called "My App". I also have an app in the iOS store called "My App". Of course they have different bundle IDs and SKUs even though their names are the same. Both of these were created and have existed since well before "Universal" apps came into being. I want to upgrade the Mac App from v7 to v8 and not give it away for free, so I'd like to post a minor update to the Mac "My App" and call it "Mac App 7". Immediately after, I'd like to create a new app (which will be v8) for the Mac with a new bundle ID and call it "My App". I did this during many years ago when going from v6 to v7. Will it still let me share a name like this even though I have an iOS app with the same name? I never want these to be Universal Apps where the same payment gets the user both iOS and Mac versions.
Posted Last updated
.
Post not yet marked as solved
1 Replies
848 Views
I have an app that is currently in the Mac App Store. It consists of the main app, and a bundle in the PlugIns folder (/Contents/PlugIns) as well as a Luncher helper /Contents/Library/LoginItems/ With Xcode 12.4 I am able to build but when I upload it to Apple I get a error: ERROR ITMS-90296: "App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list: [( "com.xericdesign.earthdesk.mas.pkg/Payload/EarthDesk.app/Contents/Library/LoginItems/EarthDesk Launcher.app/Contents/MacOS/EarthDesk Launcher" )] Refer to App Sandbox page at https://developer.apple.com/documentation/security/app_sandbox for more information on sandboxing your app." The sandbox IS enabled for the Launcher. This is very frustrating.
Posted Last updated
.
Post not yet marked as solved
0 Replies
484 Views
I have a Mac with 3 partitions: Catalina Release, Catalina Beta and Big Sur Beta. I was running 10.15.6 beta and installed to profile so that I could upgrade to 10.16. I then downloaded the 10.16 installer and installed in on the formerly blank partition for 10.16. Now I want to reset my 10.15.6 system to get 10.15 betas instead of 10.16. I downloaded and installed the profile for 10.15.6 beta 2 but it still wants to update to 10.16 instead of saying that my 10.15.6 beta is the latest. How can I fix this?
Posted Last updated
.
Post not yet marked as solved
2 Replies
996 Views
I have an existing iOS app "MyApp" that I have removed from sale, but not deleted. I added a tvOS option to it but have not submitted a build because it seems this is now a "Universal" app and I need to charge the same price. So I think I need to make a stand-alone tvOS app but I can't call it "MyApp" since that name is already taken by the iOS version.I'd really like to have the iOS versiona nd tvOS version be separate products with the same name and different prices.If that is impossible, what is the best way to convert the iOS app to "MyApp Mobile" and the tvOS to "MyApp"?Will I need to submit a new version of the iOS app?I am pretty sure I wat to eliminate the iOS app. Is there any way to have a Universal App (iOS/tvOS) and then delete/remove the iOS side of it?
Posted Last updated
.