Android Troubleshooting

  1. Is there an Android version of the Virtual Beacon app?

    Unfortunately we don't have an Android version of the Virtual Beacon app but if we get enough interest we'll consider creating one.


  2. If you would like to run the TapPoint SDK with ProGuard you will need to add the TapPoint SDK and some of it's dependencies to your ProGuard rules.

    -keep class com.proxama.** { *; }
    -keep class dagger.** { *; }
    -keep class javax.** { *; }
    -keep class com.google.android.gms.** { *; }
    
    -dontwarn com.proxama.**
    -dontwarn dagger.**
    -dontwarn javax.**
    -dontwarn com.google.android.gms.**