Closed S64 closed 6 years ago
@S64 Thank you I will take a look at it!
@S64 we are planning to release 1.1.5 this week or next week which will replace HttpClient with HttpUrlConnection. However, for versions 1.1.4 and below the problem will not be fixed. So I will add your changes and write that they apply to versions 1.1.4 and below!
Thank you very much for your contribution!
背景
Android 9を搭載した端末で利用したところ、広告の取得ができずmaioを利用できませんでした。 ログを確認したところ、 maio内部実装にApache HTTP Clientクラスの利用を試みていると見受けられる箇所にて例外が発生しておりました。
対処
maio SDK本体から既に非推奨となっているApache HTTP Clientを削除することは私からは不可能でしたので、取り急ぎの対応として bootclasspath にApache HTTP Clientを追加するよう明示しました。 また現状では各アプリパブリッシャが個別に対応する必要がございますので、READMEにもその旨を明記しました。
ご確認下さい。