In App Store Connect, I can't change Subscription Group Display Name . I get the error message There was an error editing your App Store localization. Please try again later. It doesn't change even after waiting a while. Why does this error occur? I would appreciate it if you could tell me what to do.
Search results for
A Summary of the WWDC25 Group Lab
10,365 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm trying to figure out how to proceed with multiple subscription groups with iOS in-app purchase.Suppose I have multiple content providers users can subscribe to, and for each there are different tiers of subscriptions as follows:Provider 1 : Basic, Plus, Premium Provider 2 : Basic, Plus, Premium ... Provider n : Basic, Plus, Premium.My understanding is we do this by creating subscription group and within each subscription groups create Basic, Plus, Premium. Users can upgrade/downgrade plan within the group.My issue is we add/remove content providers all the time, therefore its not scaleable to keep adding new subscription groups every time we have new provider.
I uploaded a new build to my testflight. No I am trying to add a test user group to my testflight build. Getting the error in the console: 'API Response Error: TF_ASSIGN_MONOGRAMS_BUILD_GROUP_RESPONSE' status Code: 422 POST https://appstoreconnect.apple.com/.../relationships/betaGroups 422 In my previous build the adding and deleting of user groups is working. Anyone can
I've built a macOS app (in Xcode 12.5) with Finder extensions, and set all the components to share a common app group, with the name correctly formatted as CD......7C.com.orexresearch.EMPSecure.group . Up till now, it's been working fine for everything I've needed it to do, with app and extension both accessing common files. But now I need to do file downloads for the FileProvider extension, and these are failing. I know part of the problem is to do with the App group -- in the main app, the download works if I initialise the Dropbox component without the app group identifier, but if I switch Dropbox to use the app group identifier, it fails repeatedly in both the main app and the extension: error 21:36:44.487814+1100 EMPFileProvider BackgroundSession <7764EC70-AC7F-46F4-91DC-547FAA23249C> an error occurred on the xpc connection to setup the background session: Error Domain=NSCocoaErrorDomain Code=4097 UserInfo={NSDebugDescription=} error 21:36:44.487893+1100 EMPFileP
Hi, I have a custom application that create a standard http POST request with custom headers, specific campaign id, and a custom date range. Using the version 2 of the search ads api, I was successfully able to retrieve data in json format. I then extracted those data into excel file just to group the ageRange, impressions and localSpend. Now, when I tried to compare it with the excel file I downloaded from the Search Ads UI, with same specific campaign & date range, it looks like the impressions are not matching, particularly for the ageRange where values are equal to null. The sum of impressions (json extracted data) is a little bit lower compared to the excel file I downloaded. The spends seems accurate though.
Topic:
App & System Services
SubTopic:
General
Tags:
Apple Search Ads
Analytics & Reporting
AdSupport
Hi, I have a custom application that creates a standard HTTP POST request with custom headers, specific campaign id, and a custom date range. Using version 2 of the search ads API, I was successfully able to retrieve data in JSON format. I then extracted those data into an excel file just to group the ageRange, impressions, and localSpend. Now, when I tried to compare it with the excel file I downloaded from the Search Ads UI, with the same specific campaign & date range, it looks like the impressions are not matching, particularly for the ageRange where values are equal to null. The sum of impressions (JSON extracted data) is a little bit lower compared to the excel file I downloaded. The spend seems accurate though.
Topic:
App & System Services
SubTopic:
General
Tags:
Apple Search Ads
Marketing
Analytics & Reporting
AdSupport
I'm taking my first steps in learning to code in C (using the books 'C programming Absolute Beginner's Guide (Perry + Miller)', and 'Programming in C (Kochan)') . I'm about 2/3 + 1/3 of the way through the books. Last week, using X-code 7.3's IDE, I was able to build and run the programmes I typed in, and the answers came out correct. Then on Saturday, I created a programme that built and ran but gave the result 0.0000. So I tried using the break arrows, but didn’t understand the explanations about threads. So I searched for a button that would allow me to step through the programme one instruction at a time whilst I observed the changing values of the variables and the inputs to them. I pressed a lot of buttons, but could find it.Since then I’ve been unable to run any programme. (Did I unwittingly give a stop instruction to the IDE ?)The build is successful, and then a pop-up appears saying - Developer Tools Access needs to take control off another process for debugging to continue. Type the name and passwor
Filed already 34124390Here's the deal. In Beta 6, there was a bug that any group SMS Message would show up as just an individual message on the watch, though properly grouped on the iPhone. Beta 7 fixed it, Beta 8 made it go back. So freaking sick of this.
As far as I understand it, Groups in Xcode are simply a way to organize your project's files. However, I have found that classes in groups can't access the classes that aren't in the same group or children of that group. This makes no sense to me. Example: Group A -ClassA Group B -ClassB I want to declare: class ClassA: ClassB but I get the error Cannot find type 'ClassB' in scope However, if I move ClassB into Group A, it works. Is this a bug?
What would be the correct method to implement aSELECT keyField , count(*) FROM table GROUP BY keyField; should returnkeyFieldA 3keyFieldB 5keyFieldC 6....Trying to structure the query using CloudKit CKQuery and swiftThanks in advance
App rejected that the different durations of your auto-renewable subscriptions were created as separate in-app purchase products, rather than as different durations within the same subscription group.I have two IAP items in two different groups (Group A - Item 1, GroupB - Item 1). How can I move the second group item to the first group? I want to make sure to not affect any users by creating a new item in group 1 because there already subscribers in group 2.If I create a new item in Group A what will happen to the Group B subscribers.I looked for this issue and couldn't find any solution.
Thanks both of you. Now I got more idea why this wasn't working when I showed it to Sydney in the labs, but also, Allan from RealityKit got me covered in the next Lab by pointing at the new SpatialContainer. ViewAttachmentComponent Update: SIMD3(0.036764707, 0.008455883, 0.0) Entity with ViewAttachmentComponent Update: SIMD3(0.073529415, 0.016911766, 0.0) PS @Michael: You meant to write points not meters, right, in the Text?
Topic:
Spatial Computing
SubTopic:
General
Tags:
The field areaName on WeatherAlertSummary is documented as optional at https://developer.apple.com/documentation/weatherkitrestapi/weatheralertsummary so it might not always be available. A number of factors could lead to the summary not including an area name, but since it is included in the details page it does seem reasonable it can be in the summary as well. We will investigate further and see why areaName may not have been included in the summary.
Topic:
App & System Services
SubTopic:
General
Tags:
We have an iOS application that is using a third party c library, which uses UNIX domain sockets to manage and save content to the device. We have found that this is possible by using Application Groups. We are now interested in using iCloud to sync the data between multiple devices. However, I've been unable to find any documentation on how to do this or if it's possible just using App groups. I've built a simple prototype, but I have had no success syncing App Group files through iCloud. Is this possible? If so, please post a link to documentation or an example of this being done.
We had a handful of user groups, but they were merged into External Testers with today's TestFlight update. Has anyone found a way to revert this other than manually moving each tester to a replacement group?