Posts

Post not yet marked as solved
0 Replies
225 Views
Created email accounts, created sandbox AppleId. Am not able to log onto it on my Ipad. With or without completing the two factor authentication levels, it is failing. I am sure of the password, but it says Can't sign on, failed to authenticate. Anyone else had this problem and figured out what could make it fail?
Posted
by skcureton.
Last updated
.
Post not yet marked as solved
0 Replies
250 Views
How can I add listening for transactions which use a an offer code to purchase an auto renewable subscription. I implemented listening for transactions using the example code included in the WWDC21-10114 session. Code works when user purchases a subscription, but not when they use the promo code, then purchase the discounted subscription.
Posted
by skcureton.
Last updated
.
Post not yet marked as solved
0 Replies
311 Views
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?
Posted
by skcureton.
Last updated
.
Post not yet marked as solved
1 Replies
265 Views
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?
Posted
by skcureton.
Last updated
.
Post marked as solved
3 Replies
1k Views
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
Posted
by skcureton.
Last updated
.
Post not yet marked as solved
1 Replies
406 Views
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.
Posted
by skcureton.
Last updated
.
Post marked as solved
2 Replies
862 Views
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?
Posted
by skcureton.
Last updated
.
Post marked as solved
1 Replies
493 Views
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.
Posted
by skcureton.
Last updated
.
Post marked as solved
4 Replies
2.1k Views
In one-story board scene, cannot connect the button(s) to the code in the View Controller. It had a connection under with Touch Up Inside, but has "Exit" instead of the ViewController Name. I was also not able to add IBOutlet into my code from this storyboard scene. So ... I looked all my other storyboards and do know what is set differently in this one. Any hints. Basically I can do nothing from this storyboard. Is the problem in the storyboard scene? or in the ViewController/Class?
Posted
by skcureton.
Last updated
.