I think taptic engine was first introduced on iphone6s, but apparently UIFeedbackGenerator can only be used on iphone7 and above according to the API document.
1 Like
@wangguan1 - you are correct; the Taptic Engine was introduced in iPhone 6s - I didn’t know that - thanks!
Not sure why that means you can’t use UIFeedbackGenerator
then, I guess the 2nd generation has additional functionality?
sam
Thanks for replying Sam, I checked the UIFeedbackGenerator API doc (Apple Developer Documentation), it said the API supports iphone7 and above, and like you said in the video, it is a “useless” API unless developers have the brand new iphone7.
1 Like