amplitude / amplitude/unity-plugin
Method `setServerZone` is not fully implemented for iOS
- 主要语言
- C++
- 星标
- 45
- 派生
- 33
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Expected Behavior
The iOS build via Xcode is successful
## Current Behavior
Build fails with
```
Assets/Plugins/iOS/Amplitude/AmplitudeCWrapper.m:199:60: error: no visible @interface for 'Amplitude' declares the selector 'setServerZone:updateServerUrl:'
[[Amplitude instanceWithName:ToNSString(instanceName)] setServerZone:ampServerZone updateServerUrl:updateServerUrl];
```
## Possible Solution
Either extend `Amplitude.h` and `Amplitude.m` with neccessary methods or could it be that the `AMPServerZone.h` and `.m` files are missing?
## Steps to Reproduce
1. Try to build a Unity app for iOS
## Environment
- Unity Plugin Version: 2.7.0
- Device: build step
- Device OS and Version: iOS
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。