Install celery and redis
$ pipenv install celery redis
Configure the celery.py file in your exampleapp folder with your app name.
| 1. Go to the Postman app download page at https://www.getpostman.com/apps. You can choose the os version from the drop-down. x64 for 64 bit Operating System and x84 for the 32 bit based Linux | |
| 2. Open the terminal and go to the directory where you have downloaded the tar file. If you have downloaded on the Downloads folder | |
| cd ~/Downloads/ | |
| 3. Run the following commands, | |
| sudo rm -rf /opt/Postman/ | |
| using UnityEngine; | |
| using System.Collections; | |
| public static class Vibration | |
| { | |
| #if UNITY_ANDROID && !UNITY_EDITOR | |
| public static AndroidJavaClass unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"); | |
| public static AndroidJavaObject currentActivity = unityPlayer.GetStatic<AndroidJavaObject>("currentActivity"); | |
| public static AndroidJavaObject vibrator = currentActivity.Call<AndroidJavaObject>("getSystemService", "vibrator"); |