how to run vibrate continuously in iphone? -
in application i'm using following coding pattern vibrate iphone device
include: audiotoolbox
framework
header file:
#import "audiotoolbox/audioservices.h"
code:
audioservicesplaysystemsound(ksystemsoundid_vibrate);
my problem when run application gets vibrate second want vibrate continuously until stop it.
how possible?
there numerous examples show how private coretelephony call: _ctserverconnectionsetvibratorstate
, it's not sensible course of action since app will rejected abusing vibrate feature that. don't it.
Comments
Post a Comment