iAd on Xamarin iOS App - ios

I'm trying to put some IAD advertising on my Xamarin iOS App.
Googling I find out that I need the Monotouch.iAd package but I cannot find it on Xamarin Components or Nuget (or google!)
Does anybody know where I can find it? And maybe a fully working example?
Thanks

It seems like it is included always now,
using iAd;
You can find everything in the iAd namespace.

Related

Google Map don't load in iOS

I’m using GoogleMaps pod in my iOS application and it was working fine, but in my last build, apple reject my application. And the reason behind that is, the map was unable to load at the time of review on iPad running iOS 12.2 on Wi-Fi.
I did try to reproduce that bug on my device but I couldn’t.
Application do ask for location permission
Google Place API key also seems ok.
Is there any way to identify what the actual issue is and how I am supposed to solve this one?
Finally, I've solved that issue and for that, I've done some of the changes in my project.
1 - I've patched the latest Google Plist file in the project (I wasn't sure whether the old one was latest or not)
2 - I was using multi language in my project so before setting the delegate of google map, I've set the language for my project.
3 - instead of set the google map from Storyboard, I've set the google map programmatically in my view controller after setting language.
After surfing for so long to solve this issue, I came to know that this issue occurs when your App supports multi language. These some steps did work for me.

iOS/Swift: Making the source code of an app visible?

Is it possible/do you know any possibility to visualize the source code of an app? Because I'm working on something and I have got an app that does exactly what I want mine to do, just in a completely different way. Basically, every app on the AppStore has to be written in Xcode, right? So how do I visualize the code?
Thanks in advance!
The developer needs to share the code with you if you want to get the full code.
You can't extract the code from the .ipa itself (which is essentially the app)
Moreover, not every iOS app is written in Xcode - you have other SDK to write Swift and Objective-C with and more apps that you can write cross platform app with that eventually produced the .ipa file.

Old app with no Xib and storyboard. Make ios9 compatible

Iam new to developer forum and in need of help. So thought why not get help from fellow developers. I have a app (Photo Sharing App) that was bought from a developer and now I want to make it ios9 compatible and want to have a app with more effects and features like ; masking, layers, crop, resize, stickers etc....
Had a developer look at it and he told me this about the app.
"— App Code is Static. (no xibs and no storyboard used). All code written programatically. >> if to make compatible to iOS9 have to re-structure re-code all the structure to match with latest app requirement storyboard,auto layout etc… (current code is static for each devices need to make dynamic).
— App not working for new xcode 7.
— Application working in older version of Xcode 6.4. When tried to run on Xcode 7 it shows error not compiling at all. with changes managed to apply fix and run on new Xcode. But it still hangs on iOS 9
— facebook invite friend not working >> current code has older implementation of Facebook to show just friend with invite list which is now not allow by Facebook. Have to now check for this invite feature how it is working now and what are the steps needed to implement if working. "
The question: Is it any easy solution to make it work or do we need to make the app from scratch. Any one who can guide me to right direction. Where should I start and what can be done. Is it much work related to getting it IOS9 compatible? Any script/codes available on the net/github? iam just a amateur and on starting level so please consider it.
Have heard that can make a launch screen with storyboard so no need to make the app from scratch and just let the lauchscreen be dynamic to work with the app for flexible layout. How is that possible?
Thanks a lot
There is no need to remake all views with storyboard or xibs. You just need to add Default images for 3.5 and 4 inches iPhones. Also, you need to fix all errors, update frameworks and libs, recode deprecated methods, make the app compile for 64 bit architecture.

Implement Settings in Titanium based iOS app

I'm currently working on a Titanium based iOS application.
I want to display the application settings in settings app.
In iOS we can easily do it using info.plist.
Is there anyway to do this in Titanium ?
I searched a lot but couldn't find any solution.
Please help me, Thanks in advance
take a look in the kitchen Sink example, it shows how to do this
http://developer.appcelerator.com/question/50131/gettings-app-properties-into-iphone-settings-app

BBM integrated with App

I am developing an app where I need to use BlackBerry Messenger (BBM) in it. As I am new to Blackberry development I don't know how to do it. Actually I have gone through many sites & I came to know that I need to install BBM SDK ... after that I get problem not find class error .. I solved this by verifying the jar and used the generated one, but I still have the problem that I get the error and can't build the project .. So I need to know how to integrate BBM into my App?
As I am new to this development any small help will be appreciated.
Thanks in advance ...
This is the official page:
http://us.blackberry.com/sites/developers/blackberry-messenger.html
Also have a look at the TicTacToe sample project inside JDE.

Resources