QA For iOS english - unigeniee/Geniee-iOS-SDK GitHub Wiki
Frequently Asked Questions (Q&A)
Q: Is there any type of SDK that does not use "ARC".
A: By enabling the ARC to a non-ARC project, you can correctly link SDK of the ARC.
ARC Enable configuration steps
ARC enabled setting will not give the short impact on the library of other non-ARC.
Q: what kind of ID of the APP_ID set on SDK ?
A: It is management ID issued by AdsDeliveryZone from Geniee.
Q: What is the meaning of the type of set to SDK adSizeType
argument?
A: If you want to know about kind of argument, please see the document [setting of ad size type].
Q: The AdsZone of 320x100 size has been displayed shifted to upper position on Screen.
A: It is necessary to set GNAdSizeTypeW320H100
to adSizeType
parameters that are in SDK implementation source.
Q: There is a Undefined _OBJC_CLASS _ $ _ ASIdentifierManager
build errors.
A: Please add AdSupport.framework
framework to Xcode project.
Q: Does SDK support the 64 bit?
A: Yes, SDK support both 32 bit / 64 bit.
Q: Does SDK support Swift language?
A: Yes, by using the Objective-C bridging header, SDK can support Swift language.
Q: The ad does not display on the screen.
A: Please check ;
- Have you set delivery for
APP_ID
to SDK? - Is it registered AdSource to
APP_ID
zone? - Is Delivery status of AdSource registered "Delivery Now"?
- You set debug log output, and then do you check error in output logs?
If you can not resolve problems above,
please contact our media sales representative. ([email protected])