iOS Cocoapods remove duplicate symbols for architecture i386 error When we used two or more 3rd party library in our project using Cocoapods then there are possibility of duplicate symbols used by different libraries. In my case, I just added some pod and after nothing works anymore. I get more than 482 duplicate symbols for architecture i386 errors, like...
Tech UWP porting guidance for Android and iOS developers Microsoft introduce a new app development concept map for app developers that aligns software development concepts across the iOS, Android, and Windows platforms. App developers new to Windows 10, who are already familiar with Android or iOS, will be able to use this reference to quickly orient themselves on building...
iOS Handle query parameters in Universal Links In this article I'll show how to handle query parameters in Universal Links. Currently #(inline-links) and ?(query-parmeter) not supported by Universal Links . Apple not provided any format to support Inline-Links & Query-Parmeter in apple-app-site-association file. In order to do indexing to www.mywebsite.com?parameter=something, I'...
iOS Can we enable Universal Links and URI Scheme in same application This post contains the answer of question, Is it possible to enable URI Scheme and Universal Links in the same app so that if an app is installed on an iPhone running iOS 7+ and on an iPhone running iOS 9+ the URL scheme and Universal Links will forward the...
iOS Enable Universal Links in iOS App and setup server for it Support Universal Links When you support universal links, iOS 9 users can tap a link to your website and get seamlessly redirected to your installed app without going through Safari. If your app isn’t installed, tapping a link to your website opens your website in Safari. Here, how to...