Objectives of the blog Implement Facebook login using Facebook SDK in iOS app. OR you can download the sample project from this link. Procedure to implement 1. Create a new Xcode project. And open the project. 2. Open the Terminal and type “cd “. Then drag the project file from Xcode to the […]
Author: Akash Sharma
How to remove extra space between the Navigation Bar and the Scroll View?
Objectives of the blog After reading this blog we will be able to understand the reason for the extra space between top Navigation Bar and Scroll View in iOS app in versions iOS 7 to iOS 10. Problem Statement When we add a scroll view or table view (any scrollable view) in a view controller […]
How to Get PayPal Client ID and Secret Key?
In order to integrate Express Checkout with the REST API, a PayPal client ID that authenticates a merchant’s account with PayPal is necessary. A client ID can only be created by the account holder. Ask the merchant to share their client ID with you if you’re a developer integrating Express Checkout on the client’s behalf. If the […]
How to add new Admin account as team member in Apple Developer Account
Dealing with technology is not everyone’s cup of tea especially when you are not that good in coding or the technical field. Well, this article will help you to understand how to add a new Admin account as a team member in Apple Developer Account. In this tutorial, we will walk you step-by-step through the […]
Adding new trusted device in two factor authenticated Apple Developer Account
1. You need to go to the link – https://appleid.apple.com 2. Here you need to log in with your apple account. You will receive the Authentication code, so please keep your iOS device with you in which you have logged in with the same Apple account. 3. After you have logged into the account. Scroll down to “Security” section and […]
How to send push notification from server?
What are push notifications? Push notifications are the messages that are pushed to mobile from another platform than the receiving device. Let us consider any mobile app either closed or open. We get some notification from server irrespective of the app is open/closed/minimised. The only condition is that the app should be installed. In such case, […]
PayU Integration in iOS using Swift
What is PayU? PayU is an online payment method that is highly popular in the eCommerce industry. The rise in popularity of PayU money is the main reason why every eCommerce store merchant is looking to integrate this payment mode into their store. Thus, PayU is one of the fast & secure payment gateways. The […]
Apple Pay Integration in iOS using swift
1. The First step would be to get the Apple Merchant Id. a) Login to your Apple Developer Account. b) Go to “Certificates, Identifiers & Profiles”. Choose iOS, tvOS, and watchOS from the Navigation menu on the left. Select the Merchant Id section in the same left menu. Click on the “+” button. c) A new […]