Posts

Post not yet marked as solved
0 Replies
312 Views
I tested our apps on iPhone11 (ios14 beta6). Our apps have the function to search device on local network by using UDP packet. (Our application is on Apple store.) I think that the local network privacy message box appear for ios14, when application every first is run.  But the message box sometime do not appear or sometime appear. Is this behavior a bug? or Do we need to modify our application for ios14? If our app need to modify, please let me know how to modify and procedure.
Posted
by u3310.
Last updated
.
Post not yet marked as solved
3 Replies
2.1k Views
Hello,I made application by Automator by using apple script, and then I notarized application but I got some errors as below.Can anyone provide any solution for this?{ "code": null, "path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub", "message": "The binary is not signed.", "docUrl": null, "architecture": "x86_64" }, { "code": null, "path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub" "message": "The signature does not include a secure timestamp.", "docUrl": null, "architecture": "x86_64" }, { "code": null, "path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub" "message": "The executable does not have the hardened runtime enabled.", "docUrl": null, "architecture": "x86_64" },Best Regards.
Posted
by u3310.
Last updated
.
Post not yet marked as solved
5 Replies
2.0k Views
Hello,I tried to nortarize .pkg file but pkg file still have some errors.Please see log.My application use .NET core binary by Microsoft(https://dotnet.microsoft.com/download/dotnet-core/2.2) .Can anyone please provide solution for this errors?///Log///{ "path": "xxxxxx.zip/.../netcoreapp2.1/publish/runtimes/osx-x64/native/libgdiplus.dylib", "message": "The signature does not include a secure timestamp.", "docUrl": null, "architecture": "x86_64" },{ "path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet", "message": "The binary is not signed.", "docUrl": null, "architecture": "x86_64" }, { "path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet", "message": "The signature does not include a secure timestamp.", "docUrl": null, "architecture": "x86_64" }, { "path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet", "message": "The executable does not have the hardened runtime enabled.", "docUrl": null, "architecture": "x86_64" },Best Regard,
Posted
by u3310.
Last updated
.