Vibrate block (ios, android)...

ultram

  • Posts: 69
Hey everyone!

I need to know if there is a way to modify the vibrate block. Because i can't set a vibration time under 1 sec. I need very short vibrations to fit the new ios 13 environment when i press a button in my game for exemple.

tkx


Luyren

  • *
  • Posts: 2803
As seen here:
Quote
Notes: If a device doesn’t support vibrate (iPad, iPod Touch), nothing will happen. iOS devices may only vibrate for 2 seconds. In other words, you have no control over the duration.

I'm not that familiar with mobile, and I don't know if recent versions of iOS have that option. I did a quick search on stackoverflow and saw people mentioning that Apple doesn't like when you mess with the vibration duration, and having it less than their minimum length is not really an option (if you manage that you could have your app rejected, it seems).

I could be wrong though. Someone more knowledgeable could chime in.
My Stencyl resources are available here: https://luyren.itch.io/
Cutscenes, RPG Elements, Particles, Map System and many more.


ultram

  • Posts: 69
Thank you for your help!