As shown in the picture I'm having issues implementing Google AdMob into my app. Yes I am new to this and I figured using this site would be a good to learn. Since you guy's answer quickly.
http://i601.photobucket.com/albums/tt93/masterhomieg/Screenshots/ScreenShot2014-05-13at63814PM_zps64ec9cb6.png
put #"" around the string like this:
self.adBanner.adUnitID= #"ca-app-pub-689930294...";
Related
is it possible to embed a Facebook Video in a iOS application?
I have searched all over the internet without getting any answer to this question.
please could anyone help with the above problem
Thank you
is it possible to embed a Facebook Video in a iOS application?
YES, I suppose.
Please refer to Facebook's Graph-API documentation here:
And choose iOS SDK:
https://developers.facebook.com/docs/graph-api/reference/video
Yes it is possible in ios, not matter you use objective c or swift.
Link : https://developers.facebook.com/docs/plugins/embedded-video-player
Origami - the Facebook prototyping tool has some amazing UI effects.
Is there any way to actually use those when I'm building my app?
There's currently no way to include animations from origami into your app.
However...
Facebook announced Pop a few days ago, which is the animation engine they used in their app 'Paper'. You can hear all about it Here. And the good news is Pop integrates with Origami, making what you want possible, Pop will be open source (to be released very soon they said), so keep your eyes open for it.
You can use "Code Export" to export animation code in Origami 2.0.
Origami is for prototyping animations. If you want them to be real you have code them yourself. There is no export to code feature or something like that.
Joris Kuivers has released qc-mobile as mentioned in this blog. It is a starting point.
I want to use Thumb Recognition in my iOS app instead of login (username and password). Can we achieve this behavior in iOS7 for iPhone5s and iPhone5c?
Please give some direction if any one work over it.
If I am thinking in wrong direction then you can also correct me.
Thanks in advance.
You can't. There is no public Touch ID API for third party developers in iOS 7.
You cannot Use this. Because API is not public for developers.
I would like to know how to like post of facebook from native ios app and comment on post via native ios app. please provide any kind of sample code from the same.I am newbie.Any kind of help would be appreciated.Thanks.
If you go to Ray Wenderlich's website he has many tutorials on how to implement this. He also has a great book on using the new social framework with Facebook and twitter. It is a great resource.
i want to add route direction on my iphone native apps. i tried google api v3 but it dont work on offline. i also tried route-me-map but did not get any example of direction/route .I also searched various websites and forums, but I could not found any solutions. Please help me if anyone knows how to do this.
Maybe you can have a look at http://developers.cloudmade.com/projects/show/iphone-sdk
They offer a mapping+routing api and it's with Open Street Map ;)
I think the best way is using web service from google and draw the points as poly lines to the mapview. I am using http://maps.google.com/maps?f=d&hl=en&saddr=%lf,%lf&daddr=%lf,%lf&ie=UTF8&0&om=0&output=kml
web service and draw the routes over mapView as poly lines.