Posts

Post marked as solved
2 Replies
557 Views
Hi, I am trying to install a swift package and I keep getting this error. Error When I install it any other way, I get this error: Error Any ideas on how to fix it?
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
0 Replies
331 Views
I just launched my app on the App Store and the in app purchases aren't working. Any Ideas? Code Thanks in advanced!
Posted
by Mcrich23.
Last updated
.
Post marked as solved
1 Replies
311 Views
Hi, I have this code and the guard let storekitProduct is always returning nil, no matter what and is therefore quitting the function. How do I fix this? Thanks in advanced! Code
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
2 Replies
303 Views
Hi, My app used to support alternate icons and now all of a sudden it does not anymore. Info.plist Thanks in advanced!😉
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
1 Replies
301 Views
This is driving me crazy. I have this code: Utilities.getKnockKnockJokes {             self.previousKnockKnockJoke = self.currentKnockKnockJoke             print("currentKnockKnockJoke = \(self.currentKnockKnockJoke)")             self.currentKnockKnockJoke = KnockKnockJokes.knockKnockJokes.randomElement()!             print("newCurrentKnockKnockJoke = \(self.currentKnockKnockJoke)")             self.singleServeText.text = self.currentKnockKnockJoke         } The function that is called is bellow: getKnockKnockJokes Thank you in advanced!
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
0 Replies
355 Views
Hi, How do I save to the iCloud Keychain from my app? I can't seem to find anything anywhere that isn't the equivalent of UserDefaults.
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
0 Replies
234 Views
Hi, Whenever I am extracting Xcode 13 beta 1, it gets stuck at the end. Has anyone else had this issue?
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
2 Replies
278 Views
Hi, I have this code accessing firestore and my loop for getting multiple sets of data. Code Thank you in advanced!
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
1 Replies
364 Views
Hi, I have a share sheet and in the simulator (I don't have an actual iPad) the share sheet will not show. Code Thanks in advanced!
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
1 Replies
249 Views
Hi, I have a firebase database and was wondering what the best way to search it with keywords would be. I am making a jokes app and would like to add this functionality.
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
5 Replies
452 Views
Hi, I am trying to make it so that my notification opens up the “The Riddle” View controller, but I can’t figure out how. Here is a link: https://www.icloud.com/iclouddrive/0PDX_ZK3kyamqHjV8-hlDhZbw#Riddle_Wednesday Thanks in advance!
Posted
by Mcrich23.
Last updated
.
Post not yet marked as solved
0 Replies
374 Views
Hi, In my app, I do all the validation locally and the documentation doesn't explain how to restore purchases when the app restores everything locally. Here is my code. Thank you for your time. Code - https://developer.apple.com/forums/content/attachment/f7000d1d-5901-4758-8b91-d4f2b3dc5a3f
Posted
by Mcrich23.
Last updated
.
Post marked as solved
17 Replies
856 Views
Whenever I run this code, after I have purchased something and it shifts up after leaving and reopening the page it crashes with the error "Index out of range". Code - https://developer.apple.com/forums/content/attachment/86665b01-4c50-47bd-a14d-ef95b58db511 Ideas? Thanks in advance! Ps: I can provide full project if needed.
Posted
by Mcrich23.
Last updated
.