Search results for

restore purchases

21,821 results found

Post

Replies

Boosts

Views

Activity

Why doesn’t Transaction.updates emit reliably?
I'm on macOS Sequoia Version 15.7.3 (24G419) and using Xcode Version 26.2 (17C52). In my Xcode project, Transaction.updates and Product.SubscriptionInfo.Status.updates don’t seem to emit updates reliably. The code below works consistently in a fresh Xcode project using a minimal setup with a local StoreKit Configuration file containing a single auto-renewable subscription. class InAppPurchaseManager { static let shared = InAppPurchaseManager() var transactionTask: Task? var subscriptionTask: Task? init() { print(Launched InAppPurchaseManager...) transactionTask = Task(priority: .background) { for await result in Transaction.updates { print(nReceived transaction update...) try? await result.payloadValue.finish() } } subscriptionTask = Task(priority: .background) { for await result in Product.SubscriptionInfo.Status.updates { print(nReceived subscription update...) print(state:, result.state.localizedDescription) } } } } I initialise it in: func applicationDidFinishLaunching(_ aNotification: Notification) { _ =
9
0
255
2w
External payment providers for users in Russia when In-App Purchases are unavailable
Hello, I have a question regarding payments for iOS apps in Russia. Currently, In-App Purchases are not available or do not work for many users in Russia, making it impossible for them to purchase digital subscriptions or digital content via Apple IAP. Is it allowed to: use an external payment provider available only in Russia, show this option only to users located in that region, and unlock access to digital content after payment is completed outside the app (for example, via a web page), in cases where Apple IAP is technically unavailable? Is there any official guidance or exception for regions where Apple IAP cannot be used? Thank you.
0
0
193
2w
App Review error: “Plans not available, try again later” but IAP works in sandbox
Hi I’ve previously shipped apps to the App Store, but I’m encountering an In-App Purchase issue on this submission. During App Review, tapping Continue on the paywall shows: “Plans not available, try again later.” This leads to a rejection under Guideline 2.1 – App Completeness. I’ve confirmed: Paid Apps Agreement is active Subscription plans are Ready to Submit StoreKit returns products during sandbox testing Purchases work correctly with fresh sandbox users Is there any way to reproduce or validate the App Review sandbox environment without repeatedly resubmitting? Are there known reasons this error appears in review but not during local sandbox testing? Thanks.
1
0
192
2w
App Review repeatedly failing due to In-App Purchase paywall error (Guideline 2.1) — despite sandbox testing
I’ve previously shipped apps to the App Store, but I’m encountering an In-App Purchase issue on this submission. During App Review, tapping Continue on the paywall shows: “Plans not available, try again later.” This leads to a rejection under Guideline 2.1 – App Completeness. I’ve confirmed: Paid Apps Agreement is active Subscription plans are Ready to Submit StoreKit returns products during sandbox testing Purchases work correctly with fresh sandbox users Is there any way to reproduce or validate the App Review sandbox environment without repeatedly resubmitting? Are there known reasons this error appears in review but not during local sandbox testing? Thanks.
1
0
112
2w
How to apply for Reader App / External Link Account Entitlement?
Hello, I’m developing an educational iOS app called “Lipi – Punjabi Kids Learning” that delivers pre-created educational content using a subscription model, similar to how Netflix or Kindle deliver content. Users subscribe on our website, and the iOS app provides access to that subscribed content only. No digital content or subscriptions are purchased inside the iOS app. I’m trying to apply for the Reader App / External Link Account Entitlement, but I’m unable to find a dedicated application form. The previously referenced URL (developer.apple.com/contact/request/reader-app/) no longer works. Could someone from Apple or the community please confirm the current and correct process to request this entitlement? App details: App Name: Lipi – Punjabi Kids Learning Bundle ID: com.app.meriLipi Category: Education Content: Video lessons, live classes, quizzes, and writing exercises Website: https://merilipi.com Pricing: https://merilipi.com/pricing I’ve already contacted Apple Developer Support and App Revie
1
0
70
2w
Broken autocomplete in Xcode 26
Xcode 16 and 26 changes in painful way how the Tab key works during autocomplete. Previously, pressing Tab would extend the typed text up to the word match. For example, we have two classes: NSViewController and NSViewCoordinator BEFORE, typing: NSV + Tab used to complete to NSViewCo Now, in Xcode 26, pressing Tab just use the first suggestion. Stupidly. Especially when you want DispatchQueue and it gaves you DispatchSemaphore… That is very inconvenient because very often I want just see all possible cases with some prefix...without need of typing all prefix manually. How to restore the previous behavior? How to do autocomplete word-by-word?
4
0
142
2w
UK TAX INFO - alternative terms addendum - showing under tax forms with no visible agreement
Hello everyone, I’m facing a confusing issue in App Store Connect and hoping someone here has encountered this before. Context: • Company developer account (UK-based) • App is free to download • Only optional In-App Purchases (Apple IAP) • No external payments • Using standard App Store distribution • Paid Apps agreement is active • US tax forms (W-8BEN-E) are active Issue: Under Agreements → Tax Forms, I see: United Kingdom Tax Info – Alternative Terms Addendum – Missing Tax Info However: • There is no Alternative Terms Addendum visible under Agreements • I have not intentionally opted into EU DMA Alternative Terms • I do not have a UK VAT number (Apple should be Merchant of Record under standard IAP) Finance Support says they do not support Alternative Terms. Agreements support has not responded yet. Questions: 1. Can the Alternative Terms flag exist only under Tax Forms without a visible agreement? 2. How can a developer revert back to standard App Store terms if this happens? 3. Has anyone had Ap
0
0
30
2w
Reply to Virtual Machine UDID Changes in macOS 15: Looking for Guidance on Development Workflow
[quote='874968022, Shay39, /thread/810932?answerId=874968022#874968022, /profile/Shay39'] I believe the behavior we're seeing is explained in the documentation … [/quote] That’s my interpretation as well, but I’m still not 100% certain that it matches the behaviour that ArthurValiev is reporting up thread. I have a reminder to spend some more time digging into this, but I haven’t yet had a chance. [quote='874968022, Shay39, /thread/810932?answerId=874968022#874968022, /profile/Shay39'] as it's currently the only practical method I'm aware of for preserving UDIDs. [/quote] It’s certainly a useful option, yes. Another option is to start with a template VM, then clone it twice [1] for each ‘runner’ Mac, start each one, and then stop it cleanly. Each one should pick up a new provisioning UDID during its startup sequence and you can then assign that provisioning UDID to your account. This is quite fiddly to manage, and it won’t work for organisations that have a large number of runners, but it’s an option worth ex
Topic: App & System Services SubTopic: Core OS Tags:
2w
Password AutoFill BUG
When using the Password AutoFill feature, after entering a password and navigating to another page, a system prompt appears asking whether to save the password to the keychain (as shown in the figure). If this prompt is not dismissed and the app is moved to the background, then brought back to the foreground, the prompt automatically disappears. However, after this occurs, all input fields within the app become unresponsive to keyboard input—no keyboard will appear when tapping any text field. The only way to restore keyboard functionality is to force-quit the app and relaunch it. How can this issue be resolved?
0
0
107
2w
review keeps failing ovee IAP issue
hi, first time submitter her, having problems with IAP and getting review approved. Apple reviewer keeps saying that attempted purchase results in error: subscription product not available. please try again later i have verified that sandbox returns a product,. how else can i test this without just submitting again?
1
0
178
2w
Unexpected CoreBluetooth background suspension without active location updates
I am implementing BLE scanning and connection using CoreBluetooth in a Flutter application with native iOS Swift code. BLE scanning and connection work correctly in the foreground and for a short time after the app is sent to the background. However, after some time in the background, BLE scanning stops and the device is no longer discovered. The app appears to be suspended by iOS. Key Observation: When location services are actively in use (navigation arrow visible in the iOS status bar), BLE scanning and reconnection work reliably in the background. When location services are not actively running, BLE scanning stops in the background even though the app has “Always Allow” location permission. Expected Result BLE scanning and connection should continue to function in the background using the Bluetooth LE background mode, without relying on active location updates. Actual Result BLE scanning starts successfully App enters background After some time, scanning stops Device is no longer discovered BLE works agai
2
0
321
2w