Share My Creation IsMagic - Status: approved

IsMagic 1-100

The app can determine a number between 1 and 100.
The player should think of and remember a number between 1 and 100.
The app then shows 7 cards random numbers.
For each card, the player must determine whether the noted number is on the card.
Answers can the player with the button "Yes" or "No".
After answering the seven questions with 'yes' or 'no', the result is displayed.


Supported languages:
German, Italian, English
img2_p4.png
 
D

Deleted member 103

Guest
Hi,

my app was rejected by Apple, reason:
PLA 3.3.12

We found that your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License Agreement, as required by the App Store Review Guidelines.

My iAd-Code is:
B4X:
  Dim AdView1 As AdBannerView

    'AdMob hinzufügen(Werbung)
       AdView1.Initialize("AdView1", AdView1.SIZE_BANNER)
    pGame.RootPanel.AddView(AdView1, 0, 100%y - 50, 100%x, 50dip)
    AdView1.Visible=True

What should be wrong here?
 
Top