These days the xcode to open up, found last opened more than a year ago,for a long time did not open the xcode, and because most of the past year writing andorid, just android things are designed not finish, ios it stood, this swift programming language has evolved a lot, but xcode still not as easy to use Android studio, writes in the program, a lot or worse, xcode less intuitive, android studio more easy to use.
But regardless of this, iphone users over many, especially the rich mostly with iphone, design ios app is a must. In fact, this very tired, all of a sudden turn from java SWIFT.
Ios and android api API is different, the whole need to be rewritten. In addition to the different languages, package management is completely different. android studio suite of built-in search function, but xcode not only with additional Cocoa pod, the whole is not convenient.
xcode when adding admob banner, appears message:
Advertising tracking may be disabled. To get test ads on this device, enable advertising tracking.
solution:
.The this the Message by Will Come up IF you have have in your Settings Limited's AD Tracking the On your Device, the Check that Limit Ad Tracking IS not Enabled:
Eventually go stackoverflow answers
But regardless of this, iphone users over many, especially the rich mostly with iphone, design ios app is a must. In fact, this very tired, all of a sudden turn from java SWIFT.
Ios and android api API is different, the whole need to be rewritten. In addition to the different languages, package management is completely different. android studio suite of built-in search function, but xcode not only with additional Cocoa pod, the whole is not convenient.
xcode when adding admob banner, appears message:
Advertising tracking may be disabled. To get test ads on this device, enable advertising tracking.
solution:
.The this the Message by Will Come up IF you have have in your Settings Limited's AD Tracking the On your Device, the Check that Limit Ad Tracking IS not Enabled:
Settings -> Privacy -> AdvertisingAfter the turn, and then reload the app. You will see:
Settings -> Privacy -> Advertising
To get test ads on this device, call: request.testDevices = @ [@ "eee6eb5427ea00278b070e26f081xxx1"];Can then be used to test the test ad Banner. However, the above code is not running, there will be error. Silent. According google sample code error occurs.
Eventually go stackoverflow answers