Post

Replies

Boosts

Views

Activity

Reply to Privacy Policy URL
You could add a link to you settings page. Link | Apple Docs Link("View Our Terms of Service", destination: URL(string: "https://www.example.com/TOS.html")!) Link("Visit Our Site", destination: URL(string: "https://www.example.com")!) .environment(\.openURL, OpenURLAction { url in print("Open \(url)") return .handled }) If you are using Subscriptions or In App Purchases you could also display this link on the product page.
Jun ’24
Reply to Hiding chevron from list, SwiftUI
Since ZStack stacks views on top of each other you can take advantage of that! Place a Text view on top of NavigationLink and replace Text view in the body of NavigationLink with an EmptyView List(items, id: \.self) { item in ZStack(alignment: .leading) { Text(item.name) NavigationLink(destination: Text(item.name)) { EmptyView() } .opacity(0.0) } }
Topic: UI Frameworks SubTopic: SwiftUI
Jun ’24
Reply to Enrollment to Developer Program - No Contact Concerns
Apple say enrollment can take unto 24 hours, If you haven’t received a membership confirmation within 24 hours of your purchase, contact them. Make sure to include your Enrollment ID with your support request. Personally I have had no issue with Apple, it can be hit and miss sometimes when submitting an app or contacting them it can be very quick sometimes upto 48 hours in my case. source: apple.com
Jun ’24
Reply to App stuck "In Review" for over a week
Have you tried removing it and re submitting it? 🤔
Replies
Boosts
Views
Activity
Jun ’24
Reply to Privacy Policy URL
You could add a link to you settings page. Link | Apple Docs Link("View Our Terms of Service", destination: URL(string: "https://www.example.com/TOS.html")!) Link("Visit Our Site", destination: URL(string: "https://www.example.com")!) .environment(\.openURL, OpenURLAction { url in print("Open \(url)") return .handled }) If you are using Subscriptions or In App Purchases you could also display this link on the product page.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Hiding chevron from list, SwiftUI
Since ZStack stacks views on top of each other you can take advantage of that! Place a Text view on top of NavigationLink and replace Text view in the body of NavigationLink with an EmptyView List(items, id: \.self) { item in ZStack(alignment: .leading) { Text(item.name) NavigationLink(destination: Text(item.name)) { EmptyView() } .opacity(0.0) } }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jun ’24
Reply to Enrollment to Developer Program - No Contact Concerns
Apple say enrollment can take unto 24 hours, If you haven’t received a membership confirmation within 24 hours of your purchase, contact them. Make sure to include your Enrollment ID with your support request. Personally I have had no issue with Apple, it can be hit and miss sometimes when submitting an app or contacting them it can be very quick sometimes upto 48 hours in my case. source: apple.com
Replies
Boosts
Views
Activity
Jun ’24
Reply to App Review Rejection for Guidelines 2.1
Might be worth posting some more context as just from this image it would be too hard to tell fully what is needed 🙂
Replies
Boosts
Views
Activity
Jun ’24
Reply to SubscriptionStoreView not displaying subscriptions in distributed app
I am also having the same issue this morning and it was all working fine in testing as well as before today and now all I get is subscription currently unable in current storefront I would love to know if you here back or manage to fix this 🤔
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to auto-renew subscription on introductory offers and offer code
I can't answer the redeem code questions but regarding: when provide introductory offers: Free Trial for auto-renewable subscriptions, is user no need to pay if choose to stop the auto-renew during free trial period ? The user only gets charged when the free trial is up so if they cancel during the free trial they will not be charged
Replies
Boosts
Views
Activity
Aug ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
I did submit this via the Feedback Assistant, never heard from anyone provided lots of different screenshots from different users saying it's not working and some say it was (at the time like us all I thought it was regional) and today I went to check the feedback assistant and saw this: Investigation complete - Unable to diagnose with current information 😤🤯
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
Just to confirm after 48 hours of deploying the fix suggested my subscriptions are still showing up 🙂
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
@SPEEDCUP @Thomssie I am still gathering information but it seems the Subscription View is still active since the fix 🙂
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Subscription Unavailable - Strange Behavior with StoreKit
@Thomssie @SPEEDCUP I am now getting strange behavior when using more than one product in the SubscriptionStoreView using the product ids, when tapping either button nothing happens and both buttons are tapped! Anyone else having this issue?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
Yep same here 🙄
Replies
Boosts
Views
Activity
Sep ’24