Google Maps SDK demo doesn't works with Swift 3.0 - ios

I am using the google maps demo (http://www.appcoda.com/google-maps-api-tutorial). After updating my Xcode to latest Version the MapTasks.swift (https://github.com/appcoda/google-maps-api-demo) has many errors with swift 3. And some how I was fixed those errors but the map isn't works and the map is not loading as well.
So, Please help me to fix it , hence I've to update it in my Current working project.
Thanks!

I guess the demo you use is a old demo. The most accurate way to try Google Maps demo is to get the demo directly from Google.
Here is a easy way to get it from Google using CocoaPods.
https://developers.google.com/maps/documentation/ios-sdk/code-samples

Finally i found the Answer at https://github.com/BhavinBhadani/MapDemo thanks to Bhavin

Related

Implement new google cardboard

you probably know, GVRSDK is deprecated and it includes UIWebview reference which is problematic because iOS is removing UIWebView. Currently submitted applications receive a warning, but eventually will be auto-rejected.
That's why I try to implement the new google cardboard:
https://developers.google.com/cardboard/develop/ios/quickstart
Problem is there is no carthage, no pod.
Did you try to use this sdk in you own project ?
I am trying but unsuccessfully :( The documents is rather useless ...
Do you have a simple idea how to use this SDK? Maybe I miss something ?
Thanks

How can I put in charts with swift 3 Xcode 8?

I'm beginner swift developer. Just for a week now I've been trying to implement some kind of chart into my app. I know Swift 4 and Xcode 9 are already out but I'm still using Swift 3 and Xcode 8. I've read a lot of tutorials and different pages but still I'm not able to find any working ones. All examples are either too old or for swift 4. I've learned about using Cocoapods and other frameworks such as Firebase or Alamofire work just fine.
Please let me know if you can help me with finding some chart library that actually works as it is supposed to.
To get things materialistic and kick off, for building charts in iOS try Charts library. One of the best third-party libs out there.
Or check this list for even more awesome iOS charts libraries.

how to use SignalR in swift 2.0 or later?

I was in search for document or a sample that shows how to use SignalR in iOS with swift 2.0 or later , but didn't find any until now so I am not able to provide any code here. I am looking for sample code. I am Using Xcode 7.2 Swift 2.1.1. Asp.net mvc 4 as Backend.Later I have found some libraries like DyKnow/SignalR-ObjC and adamhartford/SwiftR but as a newbie with Swift I don't know which one Suits my Project(Creating a Chat Application that contains only Group Chats with file sharing like photos , videos etc) and how to implement the library. So looking forward for some sample on how to use SignalR with swift
Hmmm... I tried adamhartford/SwiftR and it worked for me. There is a great documentation available for using the library. hope this helps anyone searching the same. :)

how to use SPGooglePlacesAutocomplete in ios

i am using this objective-c wrapper to get the Google Places Autocomplete API result in search bar. i am able to use this sample .but when i copied all file in my project and want to use it i am getting lots of error. how to use it in iOS 8.to make to get Google Places Autocomplete . i am missing something here or what is this error .how to solve this.
import uikit.h into your header file.
#import <UIKit/UIKit.h>
and remove all autorelease statement. they are not allowed in to arc.
that will rectify your general issues.
I'm the one who created that CocoaPods repo you mentioned. It's out of maintenance, as you can find a better solution in Google Places SDK for iOS

phonegap 2.0 with admob/iads

I've been searching for hours for a guide/tutorial on how to implement either admob or iads in an iOS app build with PhoneGap 2.0. So far I've been searching in vain. The closest I have gotten to an answer is this:
http://iphone.keyvisuals.com/iphonedev/implementing-admob-ads-in-a-phonegap-project-for-ios-no-plugins-required/
I dont have any objective-c experience and in the above mentioned link I can get past 3rd step. I have tried to download the demo and look at the code, but the app can't even be built. Probably because I'm using PhoneGap 2.0 and not an older version.
Are any of you guys able to guide me, or know of any helpful links for this to succeed?
How about using this plugin from github? Looks like getting it setup shouldn't be too bad.

Resources