You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-adm...@googlegroups.com
Hi Eric,
I download Google Ad Mobile plugin for Game Enigne Unity 3D from "https://github.com/googleads/googleads-mobile-plugins" and iOS Mobile SDK from "https://developers.google.com/mobile-ads-sdk/download#downloadios" those link, I after created project an importing base SKD from "/unity/source/Assets" contentes in my empty Unity Project I have little copy and moddify "GoogleMobileAdsDemoScript.cs" from HelloWord Example in GitHub, Project working fine in Editor mode and give "DummyClient" Log as code in CS file by Google Mobile Ad SDK Team.
When I Start build it in iOS Device using XCode it;s give file missing error in XCode. Step I followed as bellow
Steps.
Build XCode from Unity3D with proper BundleId "com.test.googlead"
After all above step as result of build its give error of missing file "liPhone-lib" in Libraries folder, Here with I alos attached screenshot for xcode error.
Sometimes Xcode loses references to certain directories in the library search paths in Build settings. Removing the reference and readding the library will add back in the reference if it isn't there for some reason.
Thanks,
Eric
PAHeartBeat
unread,
Jan 30, 2015, 1:21:44 AM1/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-adm...@googlegroups.com
Hi Eric,
Yap I figured it from GoogleAd iOS SDK manual configuration and a unity fourm answer on last day. so i have update My demo project with UserGuide.md file on GitHub. may it will usefull to other user. once again thanks for your valuebale time