Post

Replies

Boosts

Views

Activity

What is the difference between swiftdata and coredata?
What is the difference between swiftdata and coredata? I am coding by integrating coreda and icloud. As introduced at wwdc, I heard that it can be used more easily in xcode. However, for me who has to sell it tomorrow, the stability of swiftdata after the official release of ios17 in the future is low, and scalability and modification are difficult. If it's difficult, it's a lot of trouble. And the most important thing, is there any difference from coredata by using swiftdata in the experience of my valuable customers who use my program? I'm well aware that everyone is learning and discussing. Thank you for sharing your experience.
2
2
1.3k
Jul ’23
How to use UIImage instead of UIColor
Currently, I am making custom keyboard as an extension. As I was making it, I was able to specify the background color of the keyboard button. But what I want is to insert a UIImage instead of a UIColor, but it doesn't work. Can anyone tell me? People like Claude 31 who can give me a rough idea, please do not comment and I will report you.
1
0
685
Jul ’22
Do I need to create a personal server for automatic subscription renewal
I am currently implementing in-app purchases. I have implemented simple in-app purchases using product.storekit within Xcode, and now I am developing to sell products by implementing auto-renewable subscriptions. Do I necessarily need to create my own personal server to use receipt information? I have never created a server before. Also, if I only want to implement simple in-app purchases, do I still need a personal server?
1
0
1.3k
Jul ’23
Connecting xcode with real my visionpro
Currently, the id of my actual visionpro device is different from the xcode that works on my macmini. I added a visionpro id to xcode, but I can't build it with my visionpro. Can I log out of the existing login to xcode and log in with the same ID as visionpro? However, the appleID created for visionpro does not have an Apple Developer membership, so there is no certificate that makes it run on the actual device. How can I add my visionpro ID from the ID with my apple developer membership to run the xcode project app on visionpro? This is the first time this is the first time.
2
0
6.8k
Jan ’25
Ability to add numbers
I want to make something that adds numbers over and over again. If you add 50 at the beginning, it is saved in the core data, and if you add 80 again later, I want 130 to be saved in the core data right away. How do I store the stored value directly in Core Data and add another number to that data?
1
0
512
Apr ’22
I would like to see a project with the source code of the iPhone Siri Shortcut App.
hello. I'm trying to create a simple finance-related application that combines gathering and core data, and the default iPhone application, Shortcuts application, contains everything I need to create. However, the production period is expected to take more than one year. I 'm running out of time... Where can I find the source code?
0
0
652
Apr ’22
Designing a custom keyboard
I am trying to make a keyboard themed app. I created a custom keyboard file through the target, but the file I created does not have keyboard keys. How can I create a keyboardView and put the image I made into the keyboardView? There are too few related materials, so I need the help of experts.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
754
May ’22
Building a custom keyboard
I'm trying to make a keyboard that conforms to Apple's guidelines. I need to change the key layout like an app in the App Store, but I can't find any documentation or information about it. Everyone leaves the keyboard instruction link and runs away. Can you help me? https://apps.apple.com/kr/app/slyder/id1121553033
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
620
May ’22
What is the difference between swiftdata and coredata?
What is the difference between swiftdata and coredata? I am coding by integrating coreda and icloud. As introduced at wwdc, I heard that it can be used more easily in xcode. However, for me who has to sell it tomorrow, the stability of swiftdata after the official release of ios17 in the future is low, and scalability and modification are difficult. If it's difficult, it's a lot of trouble. And the most important thing, is there any difference from coredata by using swiftdata in the experience of my valuable customers who use my program? I'm well aware that everyone is learning and discussing. Thank you for sharing your experience.
Replies
2
Boosts
2
Views
1.3k
Activity
Jul ’23
Why am I suddenly getting translation errors in parts I didn't even modify, when I just added something else?
Localizable.strings:1:1 validation failed: Couldn't parse property list because the input data was in an invalid format
Replies
1
Boosts
1
Views
885
Activity
Nov ’23
Can I use xcode in Vision Pro?
I'm going to dispose of my current MacBook Pro and use only vision pro, is it possible to run xcode normally on vision pro? There are too few rentals or disclosures about vision pro at Apple. Apple seems to be mystic...
Replies
3
Boosts
1
Views
1.6k
Activity
Oct ’24
Can vision pro record like traditional iPhones and Macs?
I got a vision pro. I need a recording function, but when I looked it up in the developer documentation, I'm a little worried because it's only in the developer simulator. I'm making a recording app, but I'm asking other developers if they have any information because I don't want to make it so that Apple doesn't suggest or allow guidelines.
Replies
4
Boosts
1
Views
1.2k
Activity
Jan ’24
Is it possible to automatically go to the home screen by running the app or pressing the button?
I want to move the app to the home screen if there is no response from the user after a few seconds after launching the app.
Replies
6
Boosts
0
Views
1.1k
Activity
May ’22
How to use UIImage instead of UIColor
Currently, I am making custom keyboard as an extension. As I was making it, I was able to specify the background color of the keyboard button. But what I want is to insert a UIImage instead of a UIColor, but it doesn't work. Can anyone tell me? People like Claude 31 who can give me a rough idea, please do not comment and I will report you.
Replies
1
Boosts
0
Views
685
Activity
Jul ’22
What should we prepare for the apple glasses app?
Should we study C++ related to augmented reality and deal with Unity and Unreal Engine?
Replies
1
Boosts
0
Views
1.1k
Activity
Dec ’22
Do I need to create a personal server for automatic subscription renewal
I am currently implementing in-app purchases. I have implemented simple in-app purchases using product.storekit within Xcode, and now I am developing to sell products by implementing auto-renewable subscriptions. Do I necessarily need to create my own personal server to use receipt information? I have never created a server before. Also, if I only want to implement simple in-app purchases, do I still need a personal server?
Replies
1
Boosts
0
Views
1.3k
Activity
Jul ’23
Connecting xcode with real my visionpro
Currently, the id of my actual visionpro device is different from the xcode that works on my macmini. I added a visionpro id to xcode, but I can't build it with my visionpro. Can I log out of the existing login to xcode and log in with the same ID as visionpro? However, the appleID created for visionpro does not have an Apple Developer membership, so there is no certificate that makes it run on the actual device. How can I add my visionpro ID from the ID with my apple developer membership to run the xcode project app on visionpro? This is the first time this is the first time.
Replies
2
Boosts
0
Views
6.8k
Activity
Jan ’25
'requestAlwaysAuthorization()' is unavailable in visionOS
I'm writing for location information, but requestAlwaysAuthorization() is not available on VisionOS. I'm not sure if I can't use this method at all, or if there's an alternative way. If there is a competent developer who knows how to solve it, please reply.
Replies
1
Boosts
0
Views
951
Activity
Mar ’24
Ability to add numbers
I want to make something that adds numbers over and over again. If you add 50 at the beginning, it is saved in the core data, and if you add 80 again later, I want 130 to be saved in the core data right away. How do I store the stored value directly in Core Data and add another number to that data?
Replies
1
Boosts
0
Views
512
Activity
Apr ’22
How to use searchbar for collectionview?
I'm making a collection of notes app, but I don't know how to use the search bar. The search box doesn't appear, is it possible to search as a alert?
Replies
0
Boosts
0
Views
597
Activity
Apr ’22
I would like to see a project with the source code of the iPhone Siri Shortcut App.
hello. I'm trying to create a simple finance-related application that combines gathering and core data, and the default iPhone application, Shortcuts application, contains everything I need to create. However, the production period is expected to take more than one year. I 'm running out of time... Where can I find the source code?
Replies
0
Boosts
0
Views
652
Activity
Apr ’22
Designing a custom keyboard
I am trying to make a keyboard themed app. I created a custom keyboard file through the target, but the file I created does not have keyboard keys. How can I create a keyboardView and put the image I made into the keyboardView? There are too few related materials, so I need the help of experts.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
754
Activity
May ’22
Building a custom keyboard
I'm trying to make a keyboard that conforms to Apple's guidelines. I need to change the key layout like an app in the App Store, but I can't find any documentation or information about it. Everyone leaves the keyboard instruction link and runs away. Can you help me? https://apps.apple.com/kr/app/slyder/id1121553033
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
620
Activity
May ’22