We are making custom keyboards.
1.I have created a keyboard project.
2.I created a custom keyboard file through the target.
3.I can add my keyboard to the system keyboard settings through the simulator.
4.When I open my keyboard in the simulator, nothing happens.
5.I have created a xib file.
6.I added a key image created by adding a media file to the custom keyboard folder and made it into a button.
7.I added it to xib, but the key doesn't show up in the simulator.
8.I'm trying to code by connecting my new button to the view, but the drag doesn't work at all.
9.I have no idea what files to create afterwards and how to
code them.
10.I have created an image of a button A and I want it to show on my custum keyboard, and I want it to type A when I press that button.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello. I found another completed project A during the app development test. I pasted only the extension file added from project A to project B in finder. However, there was a problem with info, so it was impossible to build. I deleted it and tried to build it, and it worked very well. However, when I rebooted my development system mac and re-run the project, there is only the extension and the app product is not selected for build.
The first problem that occurred here is I don't understand why the build works if I delete info when another extension is copied to finder.
And for the second problem, I don't know why only the extension appears and it is impossible to build the app when I run xcode again. I would be grateful if you could leave a guess, even if it is not an exact answer.
import UIKit
import CoreHaptics
import AVFoundation
enum ShiftStatus{
case capitalized
case normal
}
@available(iOSApplicationExtension 13.0, *)
class KeyboardViewController: UIInputViewController {
var engine: CHHapticEngine?
lazy var supportsHaptics: Bool = {
let appDelegate = UIApplication.shared.delegate as! AppDelegate
return appDelegate.supportsHaptics
}()
Currently working here 'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead. A warning message pops up. I have to use it in an extension. Does anyone know a solution?
Hello. I tried to port corehaptic to extension custum keyboard, but failed.
So I adopted hapticfeedback as a suboptimal solution, but I haven't solved the audio yet.
Do you know which chord to use for the sound effect that we usually use on the basic ios keyboard? Thank you for helping me.
Hello. We will be releasing an application soon.
One free app is already on sale in the store.
However, the next application to be released is planned to be released as a series.
I know there are restrictions on the name of the app store. It doesn't remind me of drugs, or it can't be duplicated...
I would like to release a paid application by attaching NO.1 and NO.2 to the name of the application. Each application is planned to be updated and repaired, and only functions and designs are different. The reason for having different NO. is design and function Because there is a difference. It's a light topic, so I'd appreciate it if you could share what you know, even if you're not sure.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store
App Store Connect
Added imageview to cell.
We have already indexed the label and implemented openurl.
But, I don't know how to index the image the way I wrote it.
Currently, no error code is entered, but the picture is not visible in the simulator.
import UIKit
private let reuseIdentifier = "Cell"
class CollectionViewController: UICollectionViewController {
var modelData = ["A","B","B","D","E"]
let urls = ["h","h","h","h","h",]
let imagedata = [UIImage(named: "image1"), UIImage(named: "image2"), UIImage(named: "image3"), UIImage(named: "image4"), UIImage(named: "image5")]
@IBAction func URLbutton(_ sender: UIButton) {
}
override func viewDidLoad() {
super.viewDidLoad()
}
// MARK: UICollectionViewDataSource
override func numberOfSections(in collectionView: UICollectionView) -> Int {
return 1
}
override func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
return modelData.count
}
override func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: reuseIdentifier, for: indexPath)
// Configure the cell
if let label = cell.viewWithTag(100) as? UILabel {
label.text = modelData[indexPath.row]
}
if let imageview = cell.viewWithTag(200) as? UIImageView {
imageview.image = imagedata[indexPath.row]
}
return cell
}
override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
??
}
I made a custom keyboard.
However, I'm not sure how to actively create buttons according to the input type like the iPhone's default keyboard.
This is the information I found.
typedef enum {
case 'default'
case asciiCapble
case numberAndPunctuation
case URL
case numberPad
case phonePad
case namePhonePad
case eamilAddress
case decimalPad
case twitter
case webSearch
case asciiCapbleNumberPad
}UIKeyboardType;
static var alphabey: UIKeyboardType
Specifies a keybovard optimized for alphabetic entry
Can I run an SNS server with iCloud?
I want to log in through my Apple account and run a public session with icloud without running an Amazon server or a personal server.
Is swiftdata not available in vision pro?
I currently have an m1pro Macbook and m2pro high-end Macmini. I saw on wwdc that Macbook and vision pro screen sharing is possible. But I wonder if I can see the mac mini screen as it is on vision pro. Is this very smooth and can I work or use my macmini at home using Vision Pro while I am out at a cafe or going out? Of course there is a delay, but like the xbox x or ps5, the delay will be available looking forward.
I am currently programming coredata, icloud, and in-app subscriptions. Currently, I have created an app that stores and synchronizes notes with icloud. In addition, many notes have already been stored in icloud before. However, subscriptions in the app If not done, only coredata is used to save memos. In the future, if a user subscribes and activates the icloud function, all of the coredata contents written in the basic will disappear, and only memos previously stored in icloud will be synchronized with coredata. It's possible. To sum up, is it theoretically impossible to update coredata and icloud contents by combining the previous icloud memo contents and coredata memo contents when the user starts the icloud in-app subscription after saving the memos only in coredata when the user has not subscribed?
(Should I upload and merge the contents stored in the coredata stored in the device to icloud when connecting to icloud when subscribing, and then synchronize the icloud contents to the coredata of the device again?)
I clearly see that Today tab advertising is only available for a specific country, and I don't understand why they aren't answering why it doesn't appear for other countries. The app is on sale in democratic countries, excluding communist and autocratic nations.
Hello,
Thank you for reaching out to Apple Search Ads.
Upon reviewing your app ‘’, we have confirmed that it is currently only possible to advertise in the Today tab domestically.
Eligibility of your app for the Today tab is continually reviewed based on current Apple policies and restrictions. We apologize, but we cannot provide detailed information about the review process.
We are sorry for any inconvenience this may have caused.
If you have any other inquiries, please let us know. We will do our best to assist you.
Thank you,
Apple Search Ads Team
For rapid mastery of Apple Search Ads Advanced, learn more about Apple Search Ads certification: https://searchads.apple.com/kr/help/get-started/0070-learn-about-certification
On 3 Aug 2023 at 6:36 pm, .com> wrote:
Campaign Name:
Description: The app has passed a customized page review and if you select Today tab advertising, it's impossible to select abroad. I don't know why.
"Last year, all the apps I had for sale could advertise in the Today Tap across all countries where they were available. However, I am now selling adult content and products with in-app subscriptions, and I am trying to advertise them on Today Tap, but it is only possible in South Korea. Even when I inquire, they refuse to answer, claiming it's confidential. So, even if I modify the category, advertising is not possible. Do I have to not have any age restrictions or in-app purchases to advertise on Today Tap? They won't tell me what the review criteria are. They should tell me so I can comply with them."
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
In-App Purchase
Subscriptions
Apple Search Ads
Why doesn't Apple support live wallpapers on the regular desktop background in macOS Sonoma, like they do with the live lock screen?
Currently in South Korea, due to my personal experiences with what seems like warranty but isn't, and the operation of a ruthless Genius Bar, I feel compelled to purchase the officially released Vision Pro. I'd like to discuss with other developers here about their thoughts on the release schedule. The product launched in the USA in February, but I'm curious about the months following for the secondary and tertiary launch countries. Naturally, we'll know the launch is imminent when local staff are summoned to the headquarters for training. However, the urgency for localized services, development, and personal purchase is growing on my mind.