Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「android.test.purchased」予約アイテムと作成したテスト ユーザーでアプリをテストしようとしています。
私のアプリケーションは署名されてアップロードされていますが、アプリケーションは公開されていません。
テスト ユーザーが予約アイテム「android.test.purchased」でアイテムを購入しようとすると、署名の検証に失敗します。私のデバイスで動作します(開発者アカウントを使用)。
これを修正する方法はありますか?
私のテスト アカウントは gmail.com アドレスではありませんでした。
私はそれを変更し、それは動作します。
Casting an Iterator<Object> to a Set<String>
Iterator<Object>
Set<String>
What would be the cleanest/best practice way?