Hey! Within the next few days, I will be purchasing the Apple Developer License and publishing my
Ball Swing game. Now, I have these questions.
1. I don't have an iPhone for testing, however I do have an iPad. The game works on every single android phone and tablet that it has been played on.
Will I have to worry about the app not working on iDevices?
2. For advertisements I use Chartboost and AdMob. I have heard many times that on Apple products, revenue from these can be as twice as high on them compared to android devices. Is this true? Can anyone confirm?
3.
function showad()
if GetFullscreenAdvertLoadedChartboost()=1
ShowFullscreenAdvertChartboost()
else
if GetFullscreenAdvertLoadedAdMob()=1
ShowFullscreenAdvertAdMob()
endif
endif
endfunction
I am using this as my ad code. I'm going to assume that it and other commands that work on android will work just fine. But also, in my AdMob and ChartBoost account, will I need to make a separate App entry and label it as iOS/Apple store and use its separate ID Code in SetChartboostDetails() and SetAdmobDetails()?
4. Is setting up the account similar to setting up the google developer account?
Thank you guys!