amplitude / amplitude/unity-plugin

Method `setServerZone` is not fully implemented for iOS

未關閉
#127 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
type: bug
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。