Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Post

Replies

Boosts

Views

Activity

To get the access to test the Chrome beta version in the TestFlight
Hi Everyone, As a team from the company, Pearson (Located in Sri Lanka, the United States, the United Kingdom, India, Australia, China etc.) is working in the software quality engineering field and focusing on compatibility testing on browser versions and the OS versions available in the market. Right now we are facing an issue, especially in iOS devices where the number of users testing the Chrome beta in the TestFlight hit the threshold value (You can ONLY invite up to 10,000 external testers using their email address or sharing a public link.). As a result, we are unable to install the Chrome Beta on iOS devices to continue our compatibility testing which is critical for our application compatibility testing Anyone who does not test or use the Chrome beta app in the TestFlight anymore can delete the Chrome Beta app from the TestFlight.(It will decrease the number of registered users to less than 10,000 ) So that users like us who test our products with the Chrome Beta version will be able to register as Chrome Beta testers and can continue our testing without any hassle. It would be highly appreciated to let others who need to register as Chrome Beta testers in Test Flight to perform their testing
0
0
114
1w
ios device status
hi, i want to know the status of ios device, like lock, unlock, wifi, roaming data, location, call start, call end even when my app is in killed state to increase the user interaction. How can i achieve this? If this is not possible then how are the 3rd parties like madme are able to integrate such features
2
1
82
1w
Verify not working
Hi All, I have developed an application in Flutter, and on deploying the application in iOS, happened to get a trust issue, got thru it, but not able to "Verify the app" in spite of good WIFI. PS: I don't have a VPN.
0
0
99
1w
Apple intelligence
Why Apple intelligence not available for iPhone 15 plus. it’s not fair because I think Apple are for forcing people Buy expensive iPhone 15 pro or pro max, it’s excuse by Apple its do with A 17 chip. Whereas A16 can handle A I feature. Apple wants to make money.
3
1
212
1w
ios18 - Battery draining and phone heating
Hi, After upgrading my iPhone 15 pro max to ios18 beta, i am facing serious heating issues and battery draining very fast. Also, i can see the mobile charging speed is very low. any recommendations to fix the issue ? I can't downgrade the mobile since there are high chances that i may loose currently configured esims after downgrade.
3
1
591
1w
UIPrintPageRenderer hangs app after iPhone update
After updating iPhone from 17.4 to 17.5.1 UIPrintPageRenderer completely hangs app when getting NumberOfPages from Renderer. var render = new UIPrintPageRenderer(); if (webViewPages != null && reportIndex < webViewPages.Length) { render.AddPrintFormatter( webViewPages[reportIndex].ViewPrintFormatter, 0); } else { render.AddPrintFormatter( new UIMarkupTextPrintFormatter(reportContent), 0); } var printable = CoreGraphics.CGRectExtensions.Inset(page, 0, 0); render.SetValueForKey(NSValue.FromCGRect(page), new NSString("paperRect")); render.SetValueForKey(NSValue.FromCGRect(printable), new NSString("printableRect")); var pdfData = new NSMutableData(); UIGraphics.BeginPDFContext(pdfData, page, null); int pageNum = 0; for (pageNum = 0; pageNum < render.NumberOfPages; pageNum++) { UIGraphics.BeginPDFPage(); var bounds = UIGraphics.PDFContextBounds; render.DrawPage(pageNum, bounds); } UIGraphics.EndPDFContext();
0
0
103
1w
When a refund of subscription is processed by App Store customer support, would the customer's subscription-to-refund canceled from Apple side?
I'm implement the app store notification handling on Refund case, but there is one point that i'm not sure and there seems little evidence from the notification doc. So if a customer requested for a refund for its current active subscription, and App store processed the refund and refund the customer. Now what would be the status of this subscription? still active, set to cancel at period end, or canceled already? If the answer to 1. is "set to cancel" or "canceled already", would there still be notifications to my webhook endpoint just like these lifecycle events went through "normal" customer action to cancel the subscription? Any details would be much appreciated, Thanks!
1
0
95
1w
Effective of way of payout for creators through Apple and third parties
Hello. I have a mobile iOS app Im connecting with Stripe currently. Ideally to have content creators get paid based off their content. My question is, is this best approach to getting creators paid and are able to do this with Apple. If my iOS app allows for creators to create content and lock it for their audience. their subscribers can pay a onetime or an ongoing subscription to unlock their content like articles for example. I give them an 8% platform fee. However we are using apple pay for their supporters to also pay with to unlock their content. This means we need to abide by the 30% Apple cut. These creators are based in different countries, as well as their supporters are also based in different countries. We use Stripe to connect these dots. Allowing the creator to signup through Stripe as a business. Their supporters pay with Stripe (Apple Pay and / or Card) We then allow them to get paid out what they earned from the supporter. All through Stripe. Question: Is this a good way of going about it? Would we get rejected? **Payout question ** Is there another way of handling this? Outside of Stripe? **Sales Tax ** I would love to understand this and find a process I can follow to be successful. I'm pretty new to sales tax world. Has there been a successful process that anybody else follows and can share? To calculate sales tax and do this on a yearly basis? For not only the US, but if your product is also in different countries. Again I don't really know this sales tax stuff and I'm trying to learn it as I go. All the best
0
0
99
1w
Saving custom fonts to XCode 14 issue
Sorry for repeating this post, but an answer is desperately needed. Whenever I add custom fonts to "Fonts provided by application" the fonts are not retained and the "Fonts provided by application" setting disappears. This happens when I leave the Custom IOS Target Properties/Info tab. I have attempted this with numerous otf/ttf fonts. Using macOS Monterey 12.7.5 and X Code 14.2. See before and after screenshots.
5
0
138
1w
Showing Recent Errors Only Command PhaseScriptExecution failed with a nonzero exit code
I updated Xcode to 15.4 version. I keep facing build error: Command PhaseScriptExecution failed with a nonzero exit code. I deleted DerivedData and clean Project, etc.. but nothing works. PhaseScriptExecution Run\ Script /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh (in target 'Runner' from project 'Runner') ... /bin/sh -c /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh /bin/sh: /packages/flutter_tools/bin/xcode_backend.sh: No such file or directory /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh: line 3: build: command not found Command PhaseScriptExecution failed with a nonzero exit code Please help me.
1
0
148
1w
NYTimes News App doesn’t run
I know this isn’t the place to report this, but I’m in a Catch 22 situation. You meed to access the app to send a bug report to developers, but I can’t load the app on IOS 18, so I’m reporting it here. The NY Times News App does not open under IOS 18 or iPadOS 18. The subsidiary apps, Games, Cooking, and Audio do.
2
1
248
1w
FB13847127 (macOS 15 REGRESSION: No longer able to put dock at bottom of external display placed above laptop display (M2 Macbook Air))
macOS 15 (beta) has borked my desktop, changing a longstanding Dock behavior (for the worse); Apple says it’s expected behavior. :( I wonder if anyone else is affected by this change. I have my displays positioned as shown in the attached Screenshot, with a 4K BENQ Thunderbolt Display positioned above the internal display of an M2 MacBook Air. Prior to macOS 15, I was able to place the dock at the bottom of the upper display using the technique described here https://apple.stackexchange.com/a/208750 This allows taking advantage of the much greater real estate on the external display. As of macOS 15 (WWDC developer beta), this no longer works, and I can find no way to move the dock to the upper external display, and my dock remains squeezed into the tiny space available on my internal display (see attached photo).
1
0
141
1w
iPadOS 18 compatibility
Was it a typo on the Website or why is the 2017 10.5 inch iPad Pro (A10X + 4GB of ram) not supported? Because the 7th generation iPad which has an A10 processor + 3GB of ram is supported! It’s weird because the A10X is a more powerful processor so why does it not make the cut?
2
1
377
2w