Posts

Post not yet marked as solved
1 Replies
371 Views
HiMy App is notarised and i have received a mail that it is approved. But when i download it from internet it shows a warning that it is from a unidentifier developer. Please help me to check the logs to resolve if any issues exist with the app.DearSri,Your Mac software has been notarized. You can now export this software anddistribute it directly to users.Bundle Identifier: com.KnowledgeAdventure.JSAcademyKGRequest Identifier: 4af0fafe-647b-4ec5-ab02-ce09a5e83e8cFor details on exporting a notarized app, visit XcodeHelp or the notarizationguide.Best Regards,Apple Developer Relationshttps://drive.google.com/open?id=1Tx9dJ0SYjOTe8j-PO3Y24vXvjmVIqfyAThanksSrilakshmi
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
HiWe generate a .dmg file from windows system for our standalone mac app. Which can be downloaded from a website.I tried to notarize it today and was able to notarize. I am facing issue when i try to staple my app.I did see some warnings but the notarization was sucessesfull. Below is the informations of the steps followed.I am using xcode 11 and Catalina beta version on my mac.Got Provider Listing using:xcrun /Applications/Xcode.app/Contents/Developer/usr/bin/iTMSTransporter -m provider -u <username> -p <password>uploaded the app :xcrun altool --notarize-app -f <File.dmg> --primary-bundle-id com.companyname.gamename -u <username> -p <password? --asc-provider <shortname got from provider lisiting>After running the above command receivedNo errors uploading 'File.dmg'.RequestUUID = c0253cf3-86b0-4b89-832c-211996ae6e5aVerfied notification:xcrun altool --notarization-info c0253cf3-86b0-4b89-832c-211996ae6e5a -u <username> -p <password>No errors getting notarization info.Date: 2019-10-04 08:11:33 +0000Hash: 222947bd063622385b5c70eb99aebc3a06b8b1d9eba1ae1b1aea96fe21d1bcacLogFileURL: url to logaccessKey= logRequestUUID: c0253cf3-86b0-4b89-832c-211996ae6e5aStatus: successStatus Code: 0Status Message: Package ApprovedNotification history:Date RequestUUID Status Status Code Status Message ------------------------- ------------------------------------ ------- ----------- ----------------2019-10-04 08:11:33 +0000 c0253cf3-86b0-4b89-832c-211996ae6e5a success 0 Package Approved2019-10-04 08:03:01 +0000 ab2294cc-051c-4ee7-ab2a-41b0ae1a43dd success 0 Package ApprovedWhen i staple the dmg i am getting error 65.Processing: File.dmgCloudKit query for File.dmg (2/05418a3228a74836cf330090a2054973bf66025f) failed due to "record not found".Could not find base64 encoded ticket in response for 2/05418a3228a74836cf330090a2054973bf66025fThe staple and validate action failed! Error 65.Can you please help.Do we need to notarize the app everytime?. We do not have a specific bundle identifier for the app. Do we need to create a bundle identifier for app which is created externally?ThanksSrilakshmi
Posted Last updated
.