Search results for

“apple pencil charging”

149,648 results found

Post

Replies

Boosts

Views

Activity

Pencil & Magic Keyboard
I have had my Ipad for about 3 1/2 years- all of a sudden the pen stopped working- I did all the things, removed it, re connected it, turned everything off, and then on again, I even have a total of 3 pencils-none of them worked. but the ipad recognized it-said it was at 100% and that it was connected. The ONLY thing that I found out finally worked was when I removed my Ipad from the magic keyboard, reconnected the pencil, then I could put it back on the keyboard. but now, anytime I close the keyboard up, then go back and reopen it, I have to go through the same thing..The pencil will not work again. Any suggestions?
2
0
548
May ’22
Does Pencil generate proximity events?
In OS X NSEvents are generated when the pen is close to the surface already, so a program knows where the pen is before it actualy touches the surface. Windows works the same. AFAICS iOS doesn't: looks like UITouch events aren't generated until the Pencil actually touches the screen. Is this corrrect?
1
0
565
Oct ’15
Pen or mouse control API
Hello fellow developers.I currently have a custom peice of hardware that uses a Pen, like a wacom tablet, except it has a computer connected to it and it has a network connection, the software on the device sends pen movement details thru network.Now, if I want to interfece with MacOS and have this device recognised as a Pen on the Mac what frameworks do I have to look at, what needs to be my aproach.Do I write a userspace program and make this program look like a pen to the system or do I have to look at building a driver?I really dont know where to start.Thanks for your pointers!Sandro.
0
0
882
Mar ’18
Apple Pay amount charged
On the docs it says this: let fare = PKPaymentSummaryItem(label: Minimum Fare, amount: NSDecimalNumber(string: 9.99), type: .final) ttttlet tax = PKPaymentSummaryItem(label: Tax, amount: NSDecimalNumber(string: 1.00), type: .final) ttttlet total = PKPaymentSummaryItem(label: Total, amount: NSDecimalNumber(string: 10.99), type: .pending) I'd like to understand it, this are my guesses, please correct me if I'm wrong and clarify the ones I don't know: Minimum Fare = what I'm charging for the app Tax = ?? I how do I know this? Total = ?? based on tax so ??
2
0
669
Jun ’20
Apple Developer Fee charged but not cleared.
On february 9, I tried to enroll to the developer program, I got charged and received and order number, the next day when I tried to see the status of the enrollment, the order number provided on the email confirming the order was not working, I've tried to get support through email, nothing happens; I've called about 20 times to Apple Support, nothing happens, they said they doesn't have direct communication to the Apple Developer department, I have two weeks plus trying to have an answer on email, and nothing happens, but you know what happened? They completed the charge on my CC.
0
0
40
Feb ’26
Retrieve Apple Pencil Pro Orientation, Roll outside of HoverPose?
I'm attempting to retrieve the values of the Pencil Pro using the new PencilHoverPose, however according to the documentation it appears these can only be accessed while in a hover state (0 to ~0.5 from the screen). Is there a way to get the orientation or roll values of the Apple Pencil Pro outside of a hover? I'm attempting to use the pencil as an input device, necessitating it be farther from the screen than 0.5 Below is a simple view I'm using to display the available values: import SwiftUI import UIKit struct PencilSqueezeView: View { @State private var squeezeText: String = Squeeze the Apple Pencil Pro @State private var hoverDistance: CGFloat = 0.0 @State private var anchor: UnitPoint = .center @State private var location: CGPoint = .zero @State private var altitude: Angle = .degrees(0) @State private var azimuth: Angle = .degrees(0) @State private var roll: Angle = .degrees(0) var body: some View { VStack { Text(squeezeText) .font(.largeTitle) .pad
1
0
797
May ’24
Adjusting Pen thickness in Markup and Notes
I seem to be getting varying thickness in both Markup and Notes when using the Apple Pencil in pen mode and I have no idea how I’m changing it. Sometimes it’s quite thick almost like a sharpie and other times it’s quite fine like a .5 pen. It’s nothing to do with how hard I’m pushing on the screen, it’s literally like 2 different pens/thicknesses and I’v no idea how I’m doing it. Been trying all sorts of things on the screen and can’t seem to change them over. Any ideas as it’s doing my head in!!Thanks in advance.
1
0
1.5k
Aug ’17
UIViewController not handling Apple Pencil Double Tap events
I am unable to get a UIViewController to receive the UIPencilInteractionDelegate “pencilInteractionDidTap” method in response to double taps from an Apple Pencil. I am testing on iPad Pro 11 and 12.9 models, both running iOS 13.3.1I have implemented the following:extension UIViewController: UIPencilInteractionDelegate { public func pencilInteractionDidTap(_ interaction: UIPencilInteraction) { print(Handle pencil double-tap) }}In my UIViewController:override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) let pencilInteraction = UIPencilInteraction() pencilInteraction.delegate = self view.addInteraction(pencilInteraction)}Note: If I create a new Single View iOS app and add this code, everything works as expected.However the above code does not work with the custom UIViewController in my app. My UIViewController’s view hosts a UIScrollView as well as overlaying Container Views and handles touch events in both the View Controller and ScrollView classes.I have also
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
1.2k
Feb ’20
Apple Developer Fee charged but not cleared.
On february 9, I tried to enroll to the developer program, I got charged and received and order number, the next day when I tried to see the status of the enrollment, the order number provided on the email confirming the order was not working, I've tried to get support through email, nothing happens; I've called about 20 times to Apple Support, nothing happens, they said they doesn't have direct communication to the Apple Developer department, I have two weeks plus trying to have an answer on email, and nothing happens, but you know what happened? They completed the charge on my CC.
1
0
65
Feb ’26
No simultaneous touch from pencil and finger
Hello,I am trying to do a web application using Javascript and I would like to have a simultaneous touch with my finger and the pencil. The goal is to hold a tool (such as an eraser) with the finger and use that tool with the apple pencil. But, it seems that the default behaviour is to have an exclusive touch. I would like to know if it is possible to disable that in Javascript (as it is possible in swift) ?Thanks
Topic: Safari & Web SubTopic: General Tags:
0
0
534
Sep ’18
How much does Apple charge for a monthly subscription App?
Hi there. I'm putting together a subscription App that will charge a monthly subscription fee. I was wondering what fee does Apple charge for this? As a percentage or as a fixed fee? Or just a percentage of the initial monthly fee? I need to know this to work out my pricing? Thank you.
Replies
1
Boosts
0
Views
641
Activity
Jun ’22
Pencil & Magic Keyboard
I have had my Ipad for about 3 1/2 years- all of a sudden the pen stopped working- I did all the things, removed it, re connected it, turned everything off, and then on again, I even have a total of 3 pencils-none of them worked. but the ipad recognized it-said it was at 100% and that it was connected. The ONLY thing that I found out finally worked was when I removed my Ipad from the magic keyboard, reconnected the pencil, then I could put it back on the keyboard. but now, anytime I close the keyboard up, then go back and reopen it, I have to go through the same thing..The pencil will not work again. Any suggestions?
Replies
2
Boosts
0
Views
548
Activity
May ’22
Reply to Scrolling with Apple Pencil does not work in 9.3.
Hopefully this interview with Ive was not a sign to come that Apple will restrict the Pencil to marking features only. http://appleinsider.com/articles/15/11/17/jony-ive-apple-pencil-is-clearly-for-marking-not-a-stylus-finger-replacement
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’16
Does Pencil generate proximity events?
In OS X NSEvents are generated when the pen is close to the surface already, so a program knows where the pen is before it actualy touches the surface. Windows works the same. AFAICS iOS doesn't: looks like UITouch events aren't generated until the Pencil actually touches the screen. Is this corrrect?
Replies
1
Boosts
0
Views
565
Activity
Oct ’15
Reply to Using Pencil with iOS 10 beta 1
Turns out it was my pencil. Tested it at an Apple store, and the pencil was not recognized by a new ipad. Replacement on it's way.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’16
Pen or mouse control API
Hello fellow developers.I currently have a custom peice of hardware that uses a Pen, like a wacom tablet, except it has a computer connected to it and it has a network connection, the software on the device sends pen movement details thru network.Now, if I want to interfece with MacOS and have this device recognised as a Pen on the Mac what frameworks do I have to look at, what needs to be my aproach.Do I write a userspace program and make this program look like a pen to the system or do I have to look at building a driver?I really dont know where to start.Thanks for your pointers!Sandro.
Replies
0
Boosts
0
Views
882
Activity
Mar ’18
Apple Pay amount charged
On the docs it says this: let fare = PKPaymentSummaryItem(label: Minimum Fare, amount: NSDecimalNumber(string: 9.99), type: .final) ttttlet tax = PKPaymentSummaryItem(label: Tax, amount: NSDecimalNumber(string: 1.00), type: .final) ttttlet total = PKPaymentSummaryItem(label: Total, amount: NSDecimalNumber(string: 10.99), type: .pending) I'd like to understand it, this are my guesses, please correct me if I'm wrong and clarify the ones I don't know: Minimum Fare = what I'm charging for the app Tax = ?? I how do I know this? Total = ?? based on tax so ??
Replies
2
Boosts
0
Views
669
Activity
Jun ’20
Apple Developer Fee charged but not cleared.
On february 9, I tried to enroll to the developer program, I got charged and received and order number, the next day when I tried to see the status of the enrollment, the order number provided on the email confirming the order was not working, I've tried to get support through email, nothing happens; I've called about 20 times to Apple Support, nothing happens, they said they doesn't have direct communication to the Apple Developer department, I have two weeks plus trying to have an answer on email, and nothing happens, but you know what happened? They completed the charge on my CC.
Replies
0
Boosts
0
Views
40
Activity
Feb ’26
Is any charge of using the apple wallet generic pass
Hi everyone, Can anyone tell me is any charge for using the apple wallet generic pass? Is only pay for the development account only? anything else?
Replies
1
Boosts
0
Views
1k
Activity
Aug ’23
Retrieve Apple Pencil Pro Orientation, Roll outside of HoverPose?
I'm attempting to retrieve the values of the Pencil Pro using the new PencilHoverPose, however according to the documentation it appears these can only be accessed while in a hover state (0 to ~0.5 from the screen). Is there a way to get the orientation or roll values of the Apple Pencil Pro outside of a hover? I'm attempting to use the pencil as an input device, necessitating it be farther from the screen than 0.5 Below is a simple view I'm using to display the available values: import SwiftUI import UIKit struct PencilSqueezeView: View { @State private var squeezeText: String = Squeeze the Apple Pencil Pro @State private var hoverDistance: CGFloat = 0.0 @State private var anchor: UnitPoint = .center @State private var location: CGPoint = .zero @State private var altitude: Angle = .degrees(0) @State private var azimuth: Angle = .degrees(0) @State private var roll: Angle = .degrees(0) var body: some View { VStack { Text(squeezeText) .font(.largeTitle) .pad
Replies
1
Boosts
0
Views
797
Activity
May ’24
Adjusting Pen thickness in Markup and Notes
I seem to be getting varying thickness in both Markup and Notes when using the Apple Pencil in pen mode and I have no idea how I’m changing it. Sometimes it’s quite thick almost like a sharpie and other times it’s quite fine like a .5 pen. It’s nothing to do with how hard I’m pushing on the screen, it’s literally like 2 different pens/thicknesses and I’v no idea how I’m doing it. Been trying all sorts of things on the screen and can’t seem to change them over. Any ideas as it’s doing my head in!!Thanks in advance.
Replies
1
Boosts
0
Views
1.5k
Activity
Aug ’17
UIViewController not handling Apple Pencil Double Tap events
I am unable to get a UIViewController to receive the UIPencilInteractionDelegate “pencilInteractionDidTap” method in response to double taps from an Apple Pencil. I am testing on iPad Pro 11 and 12.9 models, both running iOS 13.3.1I have implemented the following:extension UIViewController: UIPencilInteractionDelegate { public func pencilInteractionDidTap(_ interaction: UIPencilInteraction) { print(Handle pencil double-tap) }}In my UIViewController:override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) let pencilInteraction = UIPencilInteraction() pencilInteraction.delegate = self view.addInteraction(pencilInteraction)}Note: If I create a new Single View iOS app and add this code, everything works as expected.However the above code does not work with the custom UIViewController in my app. My UIViewController’s view hosts a UIScrollView as well as overlaying Container Views and handles touch events in both the View Controller and ScrollView classes.I have also
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
1.2k
Activity
Feb ’20
Apple Developer Fee charged but not cleared.
On february 9, I tried to enroll to the developer program, I got charged and received and order number, the next day when I tried to see the status of the enrollment, the order number provided on the email confirming the order was not working, I've tried to get support through email, nothing happens; I've called about 20 times to Apple Support, nothing happens, they said they doesn't have direct communication to the Apple Developer department, I have two weeks plus trying to have an answer on email, and nothing happens, but you know what happened? They completed the charge on my CC.
Replies
1
Boosts
0
Views
65
Activity
Feb ’26
No simultaneous touch from pencil and finger
Hello,I am trying to do a web application using Javascript and I would like to have a simultaneous touch with my finger and the pencil. The goal is to hold a tool (such as an eraser) with the finger and use that tool with the apple pencil. But, it seems that the default behaviour is to have an exclusive touch. I would like to know if it is possible to disable that in Javascript (as it is possible in swift) ?Thanks
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
534
Activity
Sep ’18
Reply to Sidecar showing "no devices" with compatible devices
Resolved: (for my situation) Even though my iPad Pro is compatible with Apple pencil, sidecar will still show No Devices until I actually connect my Apple pencil and my then my iPad shows up immediately.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’20