Posts

Post not yet marked as solved
1 Replies
791 Views
Hi, I'm trying to integrate shortcuts into my app, I knew there are 2 ways to do that, 1. Via main app. 2. Use an intent extension. When I use method 1 after I add an intent definition file and create a custom intent then specify "Supported Intents" in main app target and write the logic code in appdelegate, every thing works smoothly. But When I turned to intent extension, after I create an intent extension, it seems extension target doesn't support to specify the intent. Then I fill the configuration in intent extension manually, then build my app. I think the log should print like it did when I use main app method but it didn't. So I wonder that s this means current beta4 sdk not support custom intent extension on MACOS or I missed something? Thanks.
Posted
by Zack_10.
Last updated
.
Post not yet marked as solved
0 Replies
449 Views
I have encountered this issue since yesterday, I tested to purchase a product which have a promotional discount in sandbox, the initial purchase(no matter purchased with original price or discounted price) was good as normal, but after initial purchase expired, it should auto renew, but I notice that response from https://sandbox.itunes.apple.com/verifyReceipt shows "is_in_billing_retry_period": "1", "auto_renew_status": "1" Then I test above step with another product which doesn't have any promotional discount, it works as usual. How can I resolve this problem? Thanks in advance.
Posted
by Zack_10.
Last updated
.