問題1
Which two of the following are required to add a list of in-app products on Google Play? (Choose two)
Which two of the following are required to add a list of in-app products on Google Play? (Choose two)
正確答案: A,D
問題2
Which of the following are administrative tasks a developer might perform when using Google Play's in-app billing services? (Choose two)
Which of the following are administrative tasks a developer might perform when using Google Play's in-app billing services? (Choose two)
正確答案: B,C
問題3
Which of the following is NOT true about publishing an application?
Which of the following is NOT true about publishing an application?
正確答案: D
問題4
Which of the following is NOT required to integrate Google Analytics service into your application?
Which of the following is NOT required to integrate Google Analytics service into your application?
正確答案: D
問題5
What does the following code snippet do?
iabHelper.startSetup(new
IabHelper.OnIabSetupFinishedListener() {
public void onIabSetupFinished(IabResult result)
{
if (!result.isSuccess()) {
......
} else {
......
}
}
});
What does the following code snippet do?
iabHelper.startSetup(new
IabHelper.OnIabSetupFinishedListener() {
public void onIabSetupFinished(IabResult result)
{
if (!result.isSuccess()) {
......
} else {
......
}
}
});
正確答案: D
問題6
Which of the following is true about the stthe ate of the running application when user starts buying product using in-app billing technique?
Which of the following is true about the stthe ate of the running application when user starts buying product using in-app billing technique?
正確答案: A
問題7
What is ad mediation?
What is ad mediation?
正確答案: D
問題8
Which of the following permissions are required to integrate an ads library properly:
Which of the following permissions are required to integrate an ads library properly:
正確答案: D