iphone - Producing Custom Vibration in iOS -


i have app makes custom vibrations. i.e. changes intensity , duration. came know can done using 1 of private functions of audiotoolbox framework. function details:

void audioservicesplaysystemsoundwithvibration(systemsoundid insystemsoundid,id arg,nsdictionary* vibratepattern) 

the method on how use function described in post : are there apis custom vibrations in ios?

my question :

as said in 1 of comments in above post, possible use function , app approved apple. or there certainty rejected apple?


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -