我收到此错误消息:
Caused by: com.xtify.android.sdk.InvalidFormatException: Could not read the api key. No meta data found in the manifest file.
at com.xtify.android.sdk.PersistentLocationManager.a( Unknown Source)
at com.xtify.android.sdk.PersistentLocationManager.c( Unknown Source)
at com.xtify.android.sdk.PersistentLocationManager.a( Unknown Source)
at com.xtify.android.sdk.PersistentLocationManager.<i nit>(Unknown Source)
at com.nejo.android.xtify.nejoXTIFY.initialize(nejoXT IFY.java:27)
at Xtracard.Customer.xti._service_create(xti.java:102 )
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:167)
... 13 more
这是在我的清单文件中:
<receiver android:name="com.nejo.android.xtify.NejoXtyreceiv er">
<intent-filter androidriority="9999">
<action android:name="com.xtify.android.sdk.SHOW_NOTIFICAT ION" />
<!-- KEEP THE FORWARD SLASH IN FRONT OF THE APP KEY ON THE LINE BELOW -->
<data android:scheme="notif" android:host="notification.xtify.com"
androidathPrefix="/a0ef3978-dcb9-424d-9b03-1567f5814817" />
</intent-filter>
</receiver>
API 密钥是正确的。当我问他们问题时,Xtifys 支持页面会引发错误。
有任何想法吗?