FAQ
Check the most frequent doubts and questions
List of possibilities:
- You are using the old pushlink version with Android 7 that requires
>= 5.5.2
+FileProvider
. In this case, you are going to see the error 'java.lang.SecurityException: MODE_WORLD_READABLE no longer supported' in logcat. - You forgot to check the
V2 (Full APK Signature)
in Android Studio release process wizard.
Maybe your device clock is too late or ahead.
Maybe you forgot to call PushLink.setCurrentActivity when using popup strategies.
You are starting PushLink inside your own thread. Start it inside the main UI thread.
Installation means a single linux/android process using PushLink. If one device runs two applications using PushLink, there are two installations.
You have reached your plan limit and Pushlink will register as disabled the new installations from now on. Disabled means that you can see them on administration, but can't send updates or receive exceptions.
Last modified 2yr ago