Post

Replies

Boosts

Views

Activity

Comment on Export Localizations vs Swift Packages
Hello, I'm trying to follow this workaround to have my strings in my packages exported in a xliff file but I'm not sure about the steps you mention. Do we have to perform all of them or do they all make the same? Can you please give more details about each step (like what genstrings command to use for a given package, how to add the dummy framework to the project, what all Localizable.strings files refer to, etc.). Maybe you can add some images to show the project configuration. Thanks!
Feb ’22
Comment on StoreKit 2: does Transaction.currentEntitlements provide transactions for .inGracePeriod subscriptions?
So if grace period is enabled, Transaction.currentEntitlements includes the subscription in grace period, correct? Is there a way to test that in a testing environment (Xcode or Sandbox) or is it only possible to know in the production environment (hard to test if we need to put our App Store account in a grace period state)?
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’21
Comment on StoreKit 2: does Transaction.currentEntitlements also provide transactions for subscriptions shared with me?
Thanks. In my app, I want to display the current plan the user is entitled to. So if someone is sharing a subscription with him, but he also purchased a subscription, I need to know that and inform the user that he should consider cancelling its own subscription because he already has access to a higher level of service from a shared purchase.
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’21
Comment on StoreKit 2: how can we test Family Sharing?
Thanks, I'll have a look! Basically, I want to show in my app if a user is already subscribed to the individual plan or the family plan, and in the case of the family plan, if he's the owner or not. In the case where a user is subscribed twice, when using the status Instance Property on Product.SubscriptionInfo, we will have at least two statuses. It's our job to make sure we offer the higher level of service. But are all the information provided in a single status specific to a subscription? For example, are the renewalInfo related to the individual plan or the family plan? Can we know that? Same for the transaction in the https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3822294-renewalinfo? Also, it seems possible to access the latestTransaction for the individual product and also the latestTransaction for the family product.
Topic: App & System Services SubTopic: StoreKit Tags:
Dec ’21
Comment on SectionedFetchRequest Causes Detail View to get dismissed when object changes section.
I’m facing the same issue. When I edit an item from a detail view accessed from a NavigationLink on the SectionedFetchRequest, the detail view is dismissed and the Sectioned List is displayed. Have you found a solution to your issue?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Export Localizations vs Swift Packages
Hello, I'm trying to follow this workaround to have my strings in my packages exported in a xliff file but I'm not sure about the steps you mention. Do we have to perform all of them or do they all make the same? Can you please give more details about each step (like what genstrings command to use for a given package, how to add the dummy framework to the project, what all Localizable.strings files refer to, etc.). Maybe you can add some images to show the project configuration. Thanks!
Replies
Boosts
Views
Activity
Feb ’22
Comment on StoreKit 2: does Transaction.currentEntitlements provide transactions for .inGracePeriod subscriptions?
So if grace period is enabled, Transaction.currentEntitlements includes the subscription in grace period, correct? Is there a way to test that in a testing environment (Xcode or Sandbox) or is it only possible to know in the production environment (hard to test if we need to put our App Store account in a grace period state)?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on StoreKit 2: does Transaction.currentEntitlements also provide transactions for subscriptions shared with me?
Thanks. In my app, I want to display the current plan the user is entitled to. So if someone is sharing a subscription with him, but he also purchased a subscription, I need to know that and inform the user that he should consider cancelling its own subscription because he already has access to a higher level of service from a shared purchase.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on StoreKit 2: how can we test Family Sharing?
Thanks, I'll have a look! Basically, I want to show in my app if a user is already subscribed to the individual plan or the family plan, and in the case of the family plan, if he's the owner or not. In the case where a user is subscribed twice, when using the status Instance Property on Product.SubscriptionInfo, we will have at least two statuses. It's our job to make sure we offer the higher level of service. But are all the information provided in a single status specific to a subscription? For example, are the renewalInfo related to the individual plan or the family plan? Can we know that? Same for the transaction in the https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3822294-renewalinfo? Also, it seems possible to access the latestTransaction for the individual product and also the latestTransaction for the family product.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21