Posts

Post not yet marked as solved
3 Replies
1.4k Views
We are working behind proxy and I have set the git proxy by git config --global http.proxy http://xxxxx and make sure the git can work properly. But when I am trying to use SPM to add the pakcages, it always show the "AN unknown error occured. unexpected return value from ssl handshake -9896(-1)". Reproduce step: create the Mac app project File --> Add packages... Copy the "https://github.com/daltoniam/Starscream" into serach area Also I have checked the developer forums and find this issue has been existed for long time, Is there any upate on this issue? Thanks in advance.
Posted
by kern.zhou.
Last updated
.
Post not yet marked as solved
1 Replies
428 Views
Hi all,Let's say we have an app named "MyApp1" with bundle id "com.myapp1" and have submitted it to AppStore.Now, we add some new features to "MyApp1" and named this app to "MyApp2", also renew a bundle id "com.myapp2".Could we submit the "MyApp2" to the AppStore as a new application?If it can, Could the customer find both "MyApp1" and "MyApp2" from AppStore?
Posted
by kern.zhou.
Last updated
.
Post not yet marked as solved
1 Replies
1.3k Views
Hi all,Hope you are all doing great.I am trying to upload the pkg file to the apple store connect by "Transporter" but meet the error message "The app's bundle id is nil".I have verified the "CFBundleIdentifier" field in the "Info.plist" of my mac app, also verified it by "codesign -dv --verbose=4 ***.app", the bundle id is correct not nil.Transporter version: 1.1(1165)mac os version: 10.15Could anyone give me any advice about that?Thanks
Posted
by kern.zhou.
Last updated
.