Release Notes

RSS for tag

Learn about changes to the SDKs and tools using Release Notes.

Posts under Release Notes tag

46 Posts

Post

Replies

Boosts

Views

Activity

SecKeyCreateWithData returns nil in iOS 17
When I'm trying to create SecKey using SecKeyCreateWithData it returns nil in iOS 17 with following error: Optional(Swift.Unmanaged<__C.CFErrorRef>(_value: Error Domain=NSOSStatusErrorDomain Code=-50 "EC private key creation from data failed" UserInfo={numberOfErrorsDeep=0, NSDescription=EC private key creation from data failed})) guard let secKey = SecKeyCreateWithData(privateKey as CFData, attributes as CFDictionary, &error) else { print(error.debugDescription) throw EosioError(.keyManagementError, reason: error.debugDescription) } It still working fine on iOS 16.4
5
0
1.2k
Sep ’23
How to Politely Discontinue an iOS/iPadOS Mobile App?
Requesting advice on how to politely discontinue a mobile app and in some way let the dwindling user base know that it is “last call” for the app. Apple recommends against a hail and farewell release that announces the end of the app in a new release. Do you just let it dwindle until Apple ejects it for lack up updates and use (apparently after 3 years these days). We have many other apps and don‘t want to alienate our customer base nor disappoint them with just not updating the app until it dies. There must be a better way… Suggestions welcome!
1
1
933
Aug ’23
Submit macOS TestFlight beta from macOS Sonoma
There was an update to TestFlight this week containing the following release notes: You can now submit apps built with Xcode 15 beta 5 using the SDK for iOS 17 beta 4, iPadOS 17 beta 4, visionOS beta 2, macOS 14 beta 4, tvOS 17 beta 4, and watchOS 10 beta 4 for internal and external testing, with support for the following Now when I try to submit an App from macOS Sonoma (developer) beta 4 and Xcode 14 Beta 5 using the "TestFlight & App Store" option in Xcode's organizer, I get the following error: This bundle is invalid. Apple is not currently accepting applications built with this version of the OS. How do I get the behavior mentioned by the TestFlight notes?
2
0
1.3k
Aug ’23
Is there no V2Ray library on IOS?
I am programming ios app with swift language about vpn. v2ray protocols must be used in this application. None of the libraries listed on github are working or have been removed. For example, none of the following libraries work: v2ray_mobile_lib SwiftV2Ray-1 sing-box SwiftV2Ray Do you know a library or method for programming v2ray in the ios operating system in swift language that you can introduce?
6
1
2.1k
Jul ’23
What is the minimum version of React Native I need to upgrade to for compatibility with iOS SDK 16.1 and above, when using Xcode 14.3 to publish my app to the App Store?
I am currently using "react" version "17.0.2" and "react-native" version "0.65.1". What is the minimum version of React Native I need to upgrade to for compatibility with iOS SDK 16.1 and above, when using Xcode 14.3 to publish my app to the App Store?
0
1
1.7k
May ’23
Parsable Apple security updates release notes?
Is there a "app-friendly" version of the security update notes available? For example, https://support.apple.com/en-gb/HT213256 for macOS 11.6.6 lists the CVE IDs for issues addressed but not in a format that would be easy to parse. We'd like be be able to identify which CVEs a system has already had addressed, by comparing running OS version against the list published by Apple. Scraping a web page is not wholly reliable, but I assume Apple have this data in a more digestible format. Is this or could this be made available? Thanks, Dave
2
0
1.1k
Jun ’22
pkg installer error in macOS 12.3 : rights in /library/Application Support
Hello, Is there any changes in the rights of the folder /Library/Application Support starting with macOS 12.3 ? Our application refuse to install, our postinstall script fails to create a folder (and files in it) in /Library/Application Support. Our installer-gui-script specify auth="Root" and our postinstall script (postflight python) trigger this : os.system('mkdir /Library/Application\ Support/xxx') I don't find anything about this in the release change log macOS 12.3. Everything was fine in previous macOS version. Thanks
2
0
1.7k
Apr ’22
Release app versions based on Geo locations
Hello, Pls help us with below query: On AppStore is it possible to release different versions of apps based on Geo Location? Like in US appStore have an app with different set of features while on rest of the locations have different set of functionalities via different app versions? Similarly, App Description also needs to be based on geo locations and not language. Thank you!!
0
0
668
Dec ’21
How long we can hold app with 'Pending developer release' status
Hi Team, If our app is approved in apple review and is in 'Pending developer release' status, how long we can hold release or when will build expired which is there for release.
Replies
1
Boosts
0
Views
688
Activity
Nov ’23
SecKeyCreateWithData returns nil in iOS 17
When I'm trying to create SecKey using SecKeyCreateWithData it returns nil in iOS 17 with following error: Optional(Swift.Unmanaged<__C.CFErrorRef>(_value: Error Domain=NSOSStatusErrorDomain Code=-50 "EC private key creation from data failed" UserInfo={numberOfErrorsDeep=0, NSDescription=EC private key creation from data failed})) guard let secKey = SecKeyCreateWithData(privateKey as CFData, attributes as CFDictionary, &error) else { print(error.debugDescription) throw EosioError(.keyManagementError, reason: error.debugDescription) } It still working fine on iOS 16.4
Replies
5
Boosts
0
Views
1.2k
Activity
Sep ’23
How to Politely Discontinue an iOS/iPadOS Mobile App?
Requesting advice on how to politely discontinue a mobile app and in some way let the dwindling user base know that it is “last call” for the app. Apple recommends against a hail and farewell release that announces the end of the app in a new release. Do you just let it dwindle until Apple ejects it for lack up updates and use (apparently after 3 years these days). We have many other apps and don‘t want to alienate our customer base nor disappoint them with just not updating the app until it dies. There must be a better way… Suggestions welcome!
Replies
1
Boosts
1
Views
933
Activity
Aug ’23
Submit macOS TestFlight beta from macOS Sonoma
There was an update to TestFlight this week containing the following release notes: You can now submit apps built with Xcode 15 beta 5 using the SDK for iOS 17 beta 4, iPadOS 17 beta 4, visionOS beta 2, macOS 14 beta 4, tvOS 17 beta 4, and watchOS 10 beta 4 for internal and external testing, with support for the following Now when I try to submit an App from macOS Sonoma (developer) beta 4 and Xcode 14 Beta 5 using the "TestFlight & App Store" option in Xcode's organizer, I get the following error: This bundle is invalid. Apple is not currently accepting applications built with this version of the OS. How do I get the behavior mentioned by the TestFlight notes?
Replies
2
Boosts
0
Views
1.3k
Activity
Aug ’23
Why Pending Developer Release taking a long time?
Hi. My app was approved by the app review. But Pending Developer Release. How much time take for this?
Replies
1
Boosts
0
Views
1.2k
Activity
Aug ’23
Is there no V2Ray library on IOS?
I am programming ios app with swift language about vpn. v2ray protocols must be used in this application. None of the libraries listed on github are working or have been removed. For example, none of the following libraries work: v2ray_mobile_lib SwiftV2Ray-1 sing-box SwiftV2Ray Do you know a library or method for programming v2ray in the ios operating system in swift language that you can introduce?
Replies
6
Boosts
1
Views
2.1k
Activity
Jul ’23
ERROR ITMS-90725: SDK version issue.
ERROR ITMS-90725: "SDK version issue. This app was built with the iOS 15.2 SDK. All iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later." Submits my app to testFlight but I am facing this error. I updated but it didn't fix macOS: Big Sur 11.7.7 Xcode: 13.2.1
Replies
2
Boosts
0
Views
1.6k
Activity
May ’23
What is the minimum version of React Native I need to upgrade to for compatibility with iOS SDK 16.1 and above, when using Xcode 14.3 to publish my app to the App Store?
I am currently using "react" version "17.0.2" and "react-native" version "0.65.1". What is the minimum version of React Native I need to upgrade to for compatibility with iOS SDK 16.1 and above, when using Xcode 14.3 to publish my app to the App Store?
Replies
0
Boosts
1
Views
1.7k
Activity
May ’23
Cant Update App Version in AppStore
My apps already 'Ready for Sale' in version 1.0. I'm already added 1.0.1, 2.0.0, 2.1 in Tesflight but i cant change the build number for releases.
Replies
1
Boosts
0
Views
795
Activity
Dec ’22
Affect on Certificate after Account Renewal
Hello, Our Apple developer account membership will renew in few day's, will it affect the current certificate and app. or do we have to regenerate the certificate and upload the app again.
Replies
1
Boosts
0
Views
1.6k
Activity
Jul ’22
Parsable Apple security updates release notes?
Is there a "app-friendly" version of the security update notes available? For example, https://support.apple.com/en-gb/HT213256 for macOS 11.6.6 lists the CVE IDs for issues addressed but not in a format that would be easy to parse. We'd like be be able to identify which CVEs a system has already had addressed, by comparing running OS version against the list published by Apple. Scraping a web page is not wholly reliable, but I assume Apple have this data in a more digestible format. Is this or could this be made available? Thanks, Dave
Replies
2
Boosts
0
Views
1.1k
Activity
Jun ’22
Can we check the keyword history on appstore connect?
Need to check all the keywords we have used in the previous builds. How can we do it?
Replies
1
Boosts
1
Views
1.1k
Activity
May ’22
Can Xcode 13.4 build to macOS 12.4?
Xcode 13.4 only provides an SDK for macOS 12.3 according to the release notes. Can I build to macOS 12.4 using the lower point version SDK? I would not want to update the OS if I could not build to it yet. Thanks.
Replies
1
Boosts
0
Views
1.2k
Activity
May ’22
pkg installer error in macOS 12.3 : rights in /library/Application Support
Hello, Is there any changes in the rights of the folder /Library/Application Support starting with macOS 12.3 ? Our application refuse to install, our postinstall script fails to create a folder (and files in it) in /Library/Application Support. Our installer-gui-script specify auth="Root" and our postinstall script (postflight python) trigger this : os.system('mkdir /Library/Application\ Support/xxx') I don't find anything about this in the release change log macOS 12.3. Everything was fine in previous macOS version. Thanks
Replies
2
Boosts
0
Views
1.7k
Activity
Apr ’22
WatchOS 8.5 & iPad 15.4 Release notes
WatchOS 8.5 release notes opens the tvOS Release notes and the iPadOS 15.4 release notes opens the watchOS release notes. @Apple
Replies
2
Boosts
0
Views
1.1k
Activity
Mar ’22
Did the developer News/Releases RSS feeds get decomissioned?
The following RSS feeds appear to have been removed today – They were available yesterday. Is this an intentional and permanent change. If so, is there another place where we can subscribe to release information? https://developer.apple.com/news/releases/rss/releases.rss https://developer.apple.com/news/rss/news.rss
Replies
1
Boosts
0
Views
2.7k
Activity
Mar ’22
log4j vulnerability with Xcode 12.5?
Does anyone know if log4j vulnerability affect Xcode 12.5?
Replies
1
Boosts
0
Views
875
Activity
Jan ’22
How to get latest iOS Release update of iOS and Xcode from Apple
i want to get latest update on my email and my Development team members email ids for every new update . Is there any way to keep our team updated about the latest iOS and Xcode update .
Replies
0
Boosts
0
Views
569
Activity
Dec ’21
Accept language in a http request
Has anything changed with the new Xcode 13 SDK with regards to accept-language header in a HTTP request. In the previous version, accept language was given both language and region code, but with the recent update, only the language code is being sent. This is happening with Japanese language.
Replies
0
Boosts
0
Views
1.1k
Activity
Dec ’21
Release app versions based on Geo locations
Hello, Pls help us with below query: On AppStore is it possible to release different versions of apps based on Geo Location? Like in US appStore have an app with different set of features while on rest of the locations have different set of functionalities via different app versions? Similarly, App Description also needs to be based on geo locations and not language. Thank you!!
Replies
0
Boosts
0
Views
668
Activity
Dec ’21