anysdk 安卓打包失败

/AnySDKFiles/Output/…/workspace/000000/decompile/AndroidManifest.xml:2: error: No resource identifier found for attribute ‘compileSdkVersion’ in package ‘android’

/AnySDKFiles/Output/…/workspace/000000/decompile/AndroidManifest.xml:2: error: No resource identifier found for attribute ‘compileSdkVersionCodename’ in package ‘android’

请问如何解决?

尝试让 compileSdkVersion 低于 28 看看

低于28 问题解决 请问 unity 接入 微信登陆 如何获取UserPlugin 获取用户昵称

那不是要去Uinity 论坛咨询吗…

用的是anysdk啊 当然在这里咨询

String info = AnySDKUser.getInstance().callStringFuncWithParam(“getUserInfo”);
info是个json字符串。

ios 添加appstore支付 编译报错 请问怎么解决? 用了微信登陆 苹果支付 单微信登陆没问题
Undefined symbols for architecture arm64:
OBJC_CLASS$_YAPWrapper”, referenced from:
objc-class-ref in YAPAS
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

AppStore需要用AppStore版本的框架。

如需上线,请使用AppStore专用框架,参考文档链接: https://pan.baidu.com/s/1slc5fAl 密码: ktxk
这个链接没了 请问哪里下载 专用框架

AppStore框架替换方案.pdf (1.3 MB)

顺带说下,好像之前有人说用这个框架审核还是被拒,所以说,自己接会比较安全。

InAppPurchases:Buy(Int32)
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
UnityEngine.EventSystems.StandaloneInputModule:Process()

(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

IAPExternalCall(code=31001&msg=Invalid Item Error)
AnysdkManager:IAPExternalCall(String)

(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

anysdk IAPExternalCall:31001 Invalid Item Error
AnysdkManager:IAPExternalCall(String)

(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

2019-03-28 16:07:03.541965+0800 scavengerduels[758:456996] NSURLConnection finished with error - code -1001
2019-03-28 16:07:03.551290+0800 scavengerduels[758:456997] Task <1D543004-25A7-4D85-BEE0-823A9CB2C336>.<0> HTTP load failed (error code: -999 [1:89])

请问这是什么原因?

你看看常见问题文档写的吧

如果sdkversion就是要用28,有什么解决方法吗?