Post

Replies

Boosts

Views

Activity

StoreKit2 IOS17 RedeemCode recognition of purchase
I have implemented auto renewable subscriptions in my app, as well as promo codes. Purchase of subscriptions both monthly and annual; work correctly. What I don't know is what to "listen for" instead of product, when the user uses a promo code to purchase the product. am I looking for a different product code? or product identifier when the offer code is used to subscribe?
0
0
776
Jan ’24
WWDC2023-10013
Studying this session and trying to add code to add in- App purchases to my App, currently free in the App Store. Referring to the Code at 14:10 - 19:37 the code references await BirdBrain.shared.xxxxxxx Where is explanation of the declaration of BirdBrain struct/class or function?
1
0
545
Dec ’23
Speech Recognition, ContextualStrings
Is it possible to limit the words recognized to a list of specific words to be provided in a contextualString or other similar parameter. My impression is that ContextualStrings, add additional words that might not be in the dictionary. Instead I want to limit the words recognized.
2
0
794
Oct ’23
Testing CloudKit App with TestFlight vs development devices
Does TestFlight disable CloudKIt somehow? Detailed use case below. When I use Xcode to load/test on my 3 physical devices and Mac mini, it works beautifully, all the data entered on any of the devices appears magically on the other 3. I uploaded the exact same code to TestFlight as a build. If I install that build onto my 3 same development iOS machines, it no longer replicates new data or changed data across the devices. There is no other change. I can submit and deploy to users without declaring that function works, but I am hopeful when I am in production, that it will work as it does on my development devices?
2
0
1.4k
Jan ’23
Core Data 1 to many, overwriting first array element
I am writing a 66 data elements(scores) into an array associated with one data element(match). The other properties of the match are stored and retrieved correctly. Writing of the scores is resulting in only the last score being stores, so there is only one score element and it has the values associated with the last one stored. context is saved each time values for the score are updated, and no errors are thrown. But when reading back, there is just one - score, not 66 for each match.
1
0
728
Apr ’22
Help making existing IOS Application on Mac
Looking to make my existing IOS application available on Mac. I have done all of the steps as best I can determine across all the articles tools and topics for Xcode/App Connect/Transporter. I have no builds to upload in the MacO/S apps part of Apple Connect. The app runs fine in the simulator for Mac OS and I have managed to export an executable which I might be able to send to someone outside of the App Store but haven't tried/tested. Transporter won't load the exported (notarized? supposedly) file into Xcode because its already got a build with the same number. I targeted Standard Architecture option, which says should run on Intel or ARM, - I am not clear on which OS I should have selected to target to make that happen. Any hints to a concise todo list to make it happen would be good. My observation is that most of the examples in the various documentation are either MacOS Store oriented or Xcode on IOS for details. The high level information describes the planned/expected support but doesn't match the tools examples
3
0
2.3k
Mar ’22