Platform-specific command line arg for Android-based stores (like Amazon) #140
sjabberwocky
started this conversation in
General
Replies: 1 comment
-
Can you elaborate? This should work through the custom android manifest additions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
apm
works fine with iOS and Android (Google Play) platforms.But
apm
does not support Amazon some specific manifest additions.<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:amazon="http://schemas.amazon.com/apk/res/android" package="air.com.product.id" android:versionCode="1" android:versionName="1.0">
Looks like the same type of improvement will be needed for Huawei platform too (currently our product does not support it).
Beta Was this translation helpful? Give feedback.
All reactions