Xcode iphone project jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 xcode iphone project jobs found, pricing in INR

    ...library in my project. I've successfully followed the provided guide without encountering any issues. ------ git clon cd SGPlayer git checkout 2.1.0 -B latest ./ iOS build Open demo/demo.xcworkspace. You can see simple use cases. ----- However, I'm facing difficulties in creating the "" for my iOS project and use it. Thus, I need a guide on how to create the and import it into another project. So I want to have a guide that shows how to create a and import it in a new other project. The should function on iOS Simulator (on Intel Mac) and read iOS devices. You should provide instructions on how to create the and import it into a new Swift project. The ultimate

    ₹1667 (Avg Bid)
    ₹1667 Avg Bid
    6 bids

    Require iOS/iPhone mobile developer, you will need to show examples of previous work that has reasonable downloads from the iOS app store A frontend application to be created to keep track of items received and sent, wireframe to be discussed in detail via chat About 5-6 screens to be built, not too complex but does require some accessing backend API to fetch data, then display it nicely. There is going to be limited complexity in the app itself, most of it will be tracking data. So being able to have a smooth UI and good UX is key criteria. The app will need to implement AdMob and subscription to the Apple store, so you must have knowledge or experience with those. (eg. or other ways of managing subscription) Do

    ₹41767 (Avg Bid)
    ₹41767 Avg Bid
    88 bids

    Here's a quick job for someone with the Xcode Dictionary Development Kit. Basically, I need someone to python the .dict file with Apple's Dictionary Development Kit. You convert the source .dict to .xml with Pyglossary and then use Apple's tools to compile it. I have the converted .xml file, I think, but I also have . files. These are basically the steps, I think: The goal is to have a flawlessly working dictionary on Mac starting out with the source dictionaries. It's not a big job, but I don't know how to wrangle Xcode/ don't have a developer account. Can you just let me know how long you think it'll take? Please don't quote 30+ hours, lol.

    ₹2668 / hr (Avg Bid)
    ₹2668 / hr Avg Bid
    70 bids

    I would like my push notification to hide automatically after being shown on ios

    ₹2084 (Avg Bid)
    ₹2084 Avg Bid
    25 bids

    Require iOS/iPhone mobile developer, you will need to show examples of previous work that has reasonable downloads from the iOS app store A frontend application to be created to keep track of items received and sent, wireframe to be discussed in detail via chat About 4-5 screens to be built, not too complex but does require accessing backend API to fetch data, then display it nicely. There is going to be limited complexity in the app itself, most of it will be handled by backend. So being able to have a smooth UI and good UX is key criteria. The app needs to generate a local key/identifier to be used to communicate with the backend, this can be username / email used to download from app store Do note, fully working application required BEFORE any payment is released. That means ...

    ₹44769 (Avg Bid)
    ₹44769 Avg Bid
    85 bids

    I need a simple, well-designed Xcode app for iPad with one functionality - displaying a one-page PDF. This educational app should be properly optimized for iPad with no interactive features. It's a straightforward project requiring in-depth understanding of Xcode and iOS development. Ideal candidates should have: - Strong command of Swift - Proficiency in Xcode - Experience in iOS app development, ideally educational apps - Quick turnaround time as this task needs to be completed as soon as possible. Further details will be discussed once the project starts. Looking forward to working with a dedicated and skilled freelancer.

    ₹14089 (Avg Bid)
    ₹14089 Avg Bid
    80 bids

    ...sidebar - iPhone List - Create new iPhone info - Change password - Logout After login should go iPhone list page, iPhone list page For iPhone list, -For each record, should have tick button for selection, users can select all iPhone and do the reset/delete. -Search iPhone name input field Column: -iPhone name, apple account id, virtual number, reset button, edit button, delete record button, and view latest sms code button. -for the edit button, should can edit the apple id, password, virtual number and iPhone name. -for the delete button, before delete, pop up a alert box to confirm delete or not. -for the latest sms code button, show the code by pop up. -Refresh the list 30mins when idle, can config in the system. Nev...

    ₹40100 (Avg Bid)
    ₹40100 Avg Bid
    113 bids

    Note: For freelancers only, companies please stay away. I'm seeking a proficient d...candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrological concepts to ensure accuracy in the daily horoscopes provided. Meeting these requirements will help in creating an app that is not only user-friendly, but a go-to choice for astrological enthusiasts worldwide. Functionality: Numerology (Based on birthdate, content load from local json) Compatibility (Based on local JSON) Daily & Weekly Horoscope (Based on local JSON along with check for latest version remotely) All designs are ready. Proper code with a repository is required. App only with minimal features. App is for both ...

    ₹62193 (Avg Bid)
    ₹62193 Avg Bid
    49 bids

    Create timesheet functionality with option to attach screenshot in our website and iPhone application.

    ₹15006 (Avg Bid)
    ₹15006 Avg Bid
    76 bids

    I am in need of support to synchronize my corporate Office 365 calendar with my personal Office 365 calendar. I want to ensure all events are included in the sync process. This project would ideally suit someone with: - Extensive experience in Office 365 calendar management - Understanding of sync processes - Knowledge in setting access permissions - Knowledge of working with Power Automate or some other tool to do syncing Your task would include: - Fully syncing my corporate calendar with my personal calendar... OR getting my corporate calendar to appear on my Iphone Calendar. - Ensuring that all events are successfully transferred and stay updated. -When events update in the corporate calendar, they are automatically updated on the personal office calendar. ...

    ₹2501 - ₹20842
    Featured Urgent Sealed
    ₹2501 - ₹20842
    10 bids

    I'...and iPhone platforms. This script is strictly for the purpose of automating processes. Therefore, the ideal candidate should have: * Proven experience in cross-platform mobile application scripting. * Expertise in Android and iPhone platforms. * A solid understanding of process automation. By being able to develop a script that functions efficiently on both platforms, you'll help us achieve seamless integration and functionality. Please only make a bid if you are confident in delivering a single, precise, and well-optimized script for process automation that caters to both Android and iPhone. I look forward to working with someone who can deliver effective results within a reasonable timeframe. Your expertise in this area will be a...

    ₹1751 (Avg Bid)
    ₹1751 Avg Bid
    11 bids

    I have a php server that is a backend of an andoid/iphone app. The app registers itself to Firebase, and I would like to send push messages he devices via FCM REST API. It is working well if I get the oAuth Token myself and add hard-coded to the POST message. The goal of this project is to provide me with a PHP code that gets the oAuth Token programmatically, as in: I expect a working code something like this: // START $client = new Google_Client(); // WHATEVER ..... // Authenticate and get the access token if ($client->isAccessTokenExpired()) { $client->refreshTokenWithAssertion(); } $accessToken = $client->getAccessToken(); // Access token to use with FCM REST API $token = $accessToken['access_token']; echo "Access Token for

    ₹834 - ₹2501
    Sealed
    ₹834 - ₹2501
    5 bids

    I'm looking for an experienced Flutter Developer to address an ongoing issue we're experiencing with our iOS app. Key Aspects of The Project: - **iOS Compatibility Upgrade**: The app is currently compatible up to the iOS 16 version. Your primary task is to make the app compatible with iOS 17 and future iOS updates. - **Issue Resolution**: Our app frequently crashes, primarily when users interact with specific elements and during seemingly random instances. - **Triggers**: Notably, the app encounters crashes when newer iPhone models with iOS 17+ attempt to open it. Ensuring smooth functioning on these devices is essential. Ideal Skills and Experience: - Proficiency in Flutter mobile development - Extensive experience in troubleshooting and resolving 'Bad...

    ₹13256 (Avg Bid)
    ₹13256 Avg Bid
    52 bids

    I am seeking a competent and experienced developer to create three interrelated components - a WordPress plugin, a C# service, and an iPhone app, all focused around software activation and tracking. Fix Budget $250. Only Bid if can do this job for this budget. Key components includes: 1. **WordPress Plugin** * Main functionality: Software activation. * Auto Key Generation On Purchase or Trial key (All Has to Be Unique and only 1 device Per Key ) * Trial , Recurring and One Time Purchase options * Should Be Able To Add Multiple Software's for activation * option to add which features to be active for Software Add On Purchase * Manual Key Generation * Needs to Track if Software is Uninstalled in order to allow other pc to active the software ...

    ₹13839 (Avg Bid)
    ₹13839 Avg Bid
    36 bids

    I am seeking a talented iOS App developer, well-versed in Xcode to develop a universal remote control app for all TVs. Creating a Universal TV Remote Control app involves integrating a comprehensive set of features to ensure it's versatile, user-friendly, and effective across a wide range of devices. Here’s a detailed breakdown of essential features and considerations for such an app: ### 1. **Device Compatibility** - **Wide Range of TV Brands and Models:** Support for major TV brands and models, including smart and non-smart TVs. - **Other Media Devices:** Compatibility with other home entertainment devices like DVD players, Blu-ray players, soundbars, and streaming devices. ### 2. **Connection Methods** - **Wi-Fi Control:** For smart TVs connected to the same Wi-Fi ...

    ₹13922 (Avg Bid)
    ₹13922 Avg Bid
    13 bids
    Create a Mobile News App 3 days left
    VERIFIED

    Create a mobile App for both Android and iPhone that will use free news API: To display daily news based on user selected categories. The mobile App will support notifications, searching for news articles using features such as sentiment analysis, social signals that are available via the news API.

    ₹39933 (Avg Bid)
    ₹39933 Avg Bid
    37 bids

    I'm in need of an iPhone app that simplifies the decision-making process for two people looking to grab lunch together. Here's what I need: - Voting System: The core function of the app should be a system that requires each person to vote 5 times, ranking places 1-5 where they'd like to eat. This gives both people equal representation in the decision and prevents any power imbalances. - User Login: This will really only be used by myself and 1 other person. Doesn't need to be private or anything. The ideal freelancer for this job should have demonstrated experience in developing iPhone apps or web development that could be used on an iphone, particularly with voting/ranking systems. An understanding of UI/UX design would also be beneficial to ensu...

    ₹2501 (Avg Bid)
    ₹2501 Avg Bid
    6 bids

    I am seeking an experienced mobile game developer to create a simple, yet captivating iPhone game. The game will prominently feature an existing 3D avatar in standing position (with rigs) made in Maya. Game mechanics: - The avatar is an animal that is in a sitting position. - It is standing in the nature or in a house (to be defined). - Bones are dropping done from the top. - By tapping on the bones the animal jumps up and tries to catch the bones (there is no 3D model for the bone yet). - If the animal catches a bone the player gets points. - If bones are being catched without mistakes, the player gets a bonus. - if three bones are not catched the game ends. -afer the game ends, the play can play with the dog, the same game mechanics apply like in the bone game, the dog jumps were...

    ₹62109 (Avg Bid)
    ₹62109 Avg Bid
    42 bids

    More details: What version of iOS are you experiencing the startup crash on? iOS 13 What kind of crash is your application experiencing on startup? Crash with error log Have you made any recent changes in the Xcode project before noticing the startup crash? Changes in project settings

    ₹3668 (Avg Bid)
    ₹3668 Avg Bid
    14 bids
    app for android/iphone 3 days left
    VERIFIED

    i like to develop app for android/iphone 1. app works with youtube account (pro) 2. search option if clients put song name or artist , it browse karaoke songs from youtube 3. once found song client like, he can do "play now" or "add cue" in youtube 4. the app shows cue list from youtube so client know which songs have been played and when will be his song turn. 5. support English, spanish, korean, Chinese and Japanese admin configuration can set which chromcast to connect, and once powered on either tablet/phone, it connects to that chromcast automatically

    ₹20675 (Avg Bid)
    ₹20675 Avg Bid
    34 bids

    i like to develop app for android/iphone 1. app works with youtube account (pro) 2. search option if clients put song name or artist , it browse karaoke songs from youtube 3. once found song client like, he can do "play now" or "add cue" in youtube 4. the app shows cue list from youtube so client know which songs have been played and when will be his song turn. 5. support English, spanish, korean, Chinese and Japanese admin configuration can set which chromcast to connect, and once powered on either tablet/phone, it connects to that chromcast automatically

    ₹12672 (Avg Bid)
    ₹12672 Avg Bid
    10 bids

    I am currently experiencing an issue with my application crashing on startup. The application was developed on the Xcode platform and is designed for iOS. The preferred freelancer for this project will need to deliver: - In-depth understanding and experience with iOS application development and debugging - Exceptional knowledge of Xcode - Ability to identify, troubleshoot, and resolve application crash issues specifically during startup. Please ensure your proposal includes your approach to resolving this issue based on your previous experience with similar projects. A timely solution to this complication is vital.

    ₹2751 (Avg Bid)
    ₹2751 Avg Bid
    17 bids

    ...mid-level experienced developer to create an iPhone app with the primary capability of motion detection. Key Features: - The app will implement motion detection technology. Do video capture and compare motion with expected motion for athletes. Purpose of the app is to compare expected motion with actual motion detected. Ideally arms, legs, body and fingers should be detected. Required Application Information: - In addition to presenting a brief outline of your proposal for the project, please specifically highlight your past working experience. Demonstrating expertise and knowledge in motion detection apps will be highly advantageous. Skills and Experience: - Ideal candidates will have mid-level experience in mobile app development, specifically for iPhone. - K...

    ₹13256 (Avg Bid)
    ₹13256 Avg Bid
    24 bids

    ...recently upgraded my laptop to a MacBook and unfortunately, my Xcode project is not running because of dependency issues. Every time I try running it, I get an error message stating "missing package product 'firebaseAnalyticsSwift'", and similar errors for all my dependencies. Here's some information about my setup: - I'm currently using Xcode 15.3 - I have updated all my project's dependencies to their latest versions. - I manage my dependencies using Swift Package Manager. I'm in dire need of professional assistance to help fix these problems: - Consult on resolving the current dependency issue. - Advice on best practices to avoid such problems in future. The ideal service provider should: - Have solid experience using ...

    ₹15506 (Avg Bid)
    Urgent
    ₹15506 Avg Bid
    18 bids

    I'm looking for a developer with experience in data analysis and financial markets (and maybe machine learning) to create a tool capable of analyzing past price data. This tool should be functional on iPhone app OR Excel Worksheets OR websites. Key observations to derive from the data should focus on identifying trends and patterns. Project Requirements: - I will feed chunks of opening and closing price, and your tool will identify trends or patterns from these past stock price data. Tool should be available on iPhone or Excel or webpage - Key output: Identify trends and patterns If using Excel, no macros unless I am able to analyse and understand there is no bug. I understand a bit of Vba. If I don’t understand the vba I won’t enable macro. If u...

    ₹57024 (Avg Bid)
    ₹57024 Avg Bid
    34 bids

    I'm in search of a skilled developer with experience in data analysis and financial markets to create a tool capable of analyzing past price data. This tool should be functional on iPhone app OR Excel Worksheets OR websites. Key observations to derive from the data should focus on identifying trends and patterns. Project Requirements: - I will feed chunks of opening and closing price, and your tool will identify trends or patterns from these past stock price data - Tool should be available on iPhone or Excel or webpage - Key output: Identify trends and patterns If using Excel, no macros unless I am able to analyse and understand there is no bug. I understand a bit of Vba. If I don’t understand the vba I won’t enable macro. If using Website, no spe...

    ₹8170 (Avg Bid)
    ₹8170 Avg Bid
    22 bids

    ...generic copy and pasted auto-responses- they will not be considered! Please speak specifically to the details of this specific project. I need an experienced iOS app developer to create a one-of-a-kind application compatible with both iPhone and iPad. The key feature of this app is the ability to input a text message of more than 100 characters onto pre-existing GIFs, generating a unique, personalised sharing experience for users. Key responsibilities: - Developing an intuitive and user-friendly interface - Integrating GIF library within the app - Enabling text input method to modify selected GIF - Ensuring optimal performance of the app on both iPhone and iPad Ideal skills and experience: - Proficiency in iOS development (Swift/Objective-C) ...

    ₹664277 (Avg Bid)
    ₹664277 Avg Bid
    70 bids

    I'm seeking a professional with a strong understanding of iPhone software and security systems. Your task would involve: - Investigating and identifying the software that has been used to monitor my iPhones - Removing this software to cease any current monitoring - Bolstering the security of my devices to prevent future infiltration All iPhones are running on the same version of iOS. Expertise in iOS software and a background in cybersecurity or technology forensics is highly desired. A clear and effective communication style to guide me through this process would also be valued. Ability to deliver the service remotely is a must.

    ₹1751 / hr (Avg Bid)
    ₹1751 / hr Avg Bid
    43 bids

    I am seeking an experienced Flutter developer to create a movie streaming app for both iOS and Android platforms. The key functionalities required include: - A user-friendly interface for seamless movie streaming - Us...and Android platforms. The key functionalities required include: - A user-friendly interface for seamless movie streaming - User registration and login functionality The suitable freelancer should: to get the job one must have an apple developer account a mac book and xcode - Have substantial experience with Flutter development for both iOS and Android - Have past experience in developing movie streaming apps or similar - Be well-versed in implementing user registration and login features. If this sounds like a project in line with your expertise, pleas...

    ₹17674 (Avg Bid)
    ₹17674 Avg Bid
    36 bids

    ...freelance photographers to collaborate on an exciting project involving product photoshoots right at the grocery store. Professional experience is not needed These images will play a pivotal role in enhancing our food ordering app's visual representation of restaurant offerings. If you possess an eye for capturing appealing product images, and are ready for a dynamic experience, we're excited to connect with you! Location : Cardenas Markets 16721 Valley Blvd. Fontana CA 92335 Date- Thursday 3/28/24 at 10:30am. Pay: $2 per product captured Equipment: Digital Camera, Mobile phone Process: Following our established guidelines which would be supplied to you, you will capture product images using the provided lightbox and your iPhone, alongside a mobile app eq...

    ₹27011 (Avg Bid)
    Local NDA
    ₹27011 Avg Bid
    5 bids

    ...individual to assist in amending an existing iOS application. This project is estimated to require approximately 3 days of work. Responsibilities: Collaborate with our team to understand the required amendments to the existing iOS app. Implement necessary changes and enhancements efficiently and effectively. Conduct thorough testing to ensure the app functions flawlessly across various devices and operating system versions. Provide insights and suggestions for improvement based on your expertise in iOS development. Requirements: Proficient in iOS app development with a strong portfolio showcasing previous projects. Expertise in Swift and/or Objective-C programming languages. Experience with Xcode, Interface Builder, and other relevant iOS de...

    ₹44018 (Avg Bid)
    ₹44018 Avg Bid
    94 bids

    I require a professional to design and build a social networking ...professional to design and build a social networking app for iPhones. This app will allow users to create profiles and share images/videos. Key Features: - User Profile Creation: Users should be able to create and customize their own profiles. - Image/Video Sharing: Users must be able to easily share images and videos with others on the platform. Ideal Skills and Experience: - Proven experience in iPhone app development, specifically for social networking apps. - Strong understanding of UI/UX principles for mobile design. - Excellent programming skills in Swift and familiarity with iOS frameworks. - Experience with photos and video sharing features. - Efficient and communicative, able to deliver on time and with...

    ₹6003 (Avg Bid)
    ₹6003 Avg Bid
    21 bids

    Note: For freelancers only, companies please stay away I'm seeking a proficient de...candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrological concepts to ensure accuracy in the daily horoscopes provided. Meeting these requirements will help in creating an app that is not only user-friendly, but a go-to choice for astrological enthusiasts worldwide. Functionality: Numerology (Based on birthdate, content load from local json) Compatibility (Based on local JSON) Daily & Weekly Horoscope (Based on local JSON along with check for latest version remotely) All designs are ready. Proper code with a repository is required. App only with minimal features. App is for both ...

    ₹1000 / hr (Avg Bid)
    ₹1000 / hr Avg Bid
    40 bids

    I'm in need of creating a CSV static file like this i will host own own server. csv data can be same as on its a csv file and shows as text when on browser. This project doesn't require any dynamic data manipulation or other data formats apart from CSV. Check the link for the type of file I want to create. Please bid if you have these skills.

    ₹1751 (Avg Bid)
    ₹1751 Avg Bid
    19 bids

    I'm in need of a capable app developer who is proficient in Azure Maui for a project. The app should be designed for multiple platforms including Desktop, iPhone, and Android. - Audio recording: The app users should be able to easily record audio while using the app. - Audio saving and sharing: Aside from recording, users should also have the ability to save the audio files and upload them. I will provide an API to send the recorded files to. - Login - the app must support a login authentication. I am open to whatever you want to use. The app needs to allow the user to change their password. We (the company) will create the user accounts manually and send the user their password and login info. - Each Audio clip needs to have the Author's Name, Recording Date ...

    ₹208003 (Avg Bid)
    ₹208003 Avg Bid
    80 bids

    Note: For freelancers only, companies please stay away I'm seeking a proficient de...candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrological concepts to ensure accuracy in the daily horoscopes provided. Meeting these requirements will help in creating an app that is not only user-friendly, but a go-to choice for astrological enthusiasts worldwide. Functionality: Numerology (Based on birthdate, content load from local json) Compatibility (Based on local JSON) Daily & Weekly Horoscope (Based on local JSON along with check for latest version remotely) All designs are ready. Proper code with a repository is required. App only with minimal features. App is for both ...

    ₹36015 (Avg Bid)
    ₹36015 Avg Bid
    36 bids

    I'm looking for an experienced app developer to craft a vision board application tailored for the iPhone 13. The app needs to deliver the following functionalities: I will provide you all the images, you just have to include it, and place it. Skills and experience needed include iOS app development, proficiency in minimalist UI/UX design, and a keen understanding of user-friendly interactivity. Familiarity with image editing features is a plus, as customization is a foundational element of this project. Your experience in creating goal-oriented or productivity-focused apps will be highly regarded. Example is below Thank you

    ₹3915 (Avg Bid)
    ₹3915 Avg Bid
    7 bids

    I'm seeking a proficient developer to create a simplistic astrology-based applicati...candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrological concepts to ensure accuracy in the daily horoscopes provided. Meeting these requirements will help in creating an app that is not only user-friendly, but a go-to choice for astrological enthusiasts worldwide. Functionality: Numerology (Based on birthdate, content load from local json) Compatibility (Based on local JSON) Daily & Weekly Horoscope (Based on local JSON along with check for latest version remotely) All designs are ready. Proper code with a repository is required. App only with minimal features. App is for both ...

    ₹34264 (Avg Bid)
    ₹34264 Avg Bid
    37 bids

    I'm seeking a proficient developer to create a simplistic astrology-based applicati...candidate should be able to demonstrate a previous portfolio of similar work. This project will require a keen eye for detail and a sound understanding of astrological concepts to ensure accuracy in the daily horoscopes provided. Meeting these requirements will help in creating an app that is not only user-friendly, but a go-to choice for astrological enthusiasts worldwide. Functionality: Numerology (Based on birthdate, content load from local json) Compatibility (Based on local JSON) Daily & Weekly Horoscope (Based on local JSON along with check for latest version remotely) All designs are ready. Proper code with a repository is required. App only with minimal features. App is for both ...

    ₹24594 (Avg Bid)
    ₹24594 Avg Bid
    19 bids

    I have my Facebook Messenger history in JSON format and I'm looking to be able to view it an iPhone app (either existing or newly created) that can display all messages and media from a particular date. Key Features: - Ability to decode JSON file and display all related messages and media from a specified date. - Include a search functionality to efficiently navigate through the content.

    ₹7670 (Avg Bid)
    ₹7670 Avg Bid
    14 bids

    We are seeking a talented freelancer to develop a mobile application for both Android and iPhone platforms that integrates seamlessly with our existing WordPress website and ScamMinder API. The app's core functionality will allow users to input URLs and receive real-time evaluations on their security, indicating whether they are safe or potential cyber threats. Key Requirements: Platform Compatibility: The app should be compatible with both Android and iOS platforms and meet all respective design and development standards. API Integration: You'll work with two APIs - one from our WordPress site for user management and content, and the other from ScamMinder for scanning URLs. Design: The design should be clean, intuitive, and engaging, with a focus on user experience. It ...

    ₹51855 (Avg Bid)
    ₹51855 Avg Bid
    119 bids

    I am seeking a proficient Xcode developer to deliver three tailored Zoom lessons of 1 hour each. I am a beginner in Xcode development, and my primary objective is to learn how to implement Facebook SDK for login authentication and video streaming. Key areas to cover: - Setting up and integrating Facebook Developer account with Xcode. - Detailed walkthrough of the Facebook SDK, emphasizing on login authentication and video streaming. - Hands on coding and practice sessions, ensuring transfer of practical knowledge. For an effective, efficient, and constructive learning experience, an ideal candidate would have: - In-depth understanding of Facebook SDK. - Proven experience in Xcode development. - Comfortable with remote teaching platforms like Zoo...

    ₹2979 / hr (Avg Bid)
    NDA
    ₹2979 / hr Avg Bid
    12 bids

    We need a simple iPhone app test. You have to have iPhone with iOS 16.8 and newer.

    ₹500 / hr (Avg Bid)
    ₹500 / hr Avg Bid
    9 bids

    ...proficient HTML Email Designer/Developer to create an engaging and compatibility-efficient email template for our company's communication. This template will primarily be used on Gmail, Outlook, and iPhone Mail. We currently have no design templates so we will need you to conceptualize a design from scratch. The email must comprise the following elements: - A combination of text and images that create a visual impact - Links to our website Ideal skills and Experience: - Proficiency in HTML/CSS - Experience in creating cross-platform email templates - An understanding of Gmail, Outlook, and iPhone Mail platform specifications - A creative streak for designing engaging layouts. Your input will be fundamental to the creation of a professional and consistent look acros...

    ₹2418 (Avg Bid)
    ₹2418 Avg Bid
    25 bids

    We are in search of iPhone app tester. You need to have a physical iPhone with iOS 16.8 and newer. Very simple test, no experience required.

    ₹417 / hr (Avg Bid)
    ₹417 / hr Avg Bid
    12 bids

    I am seeking research...own and android mobile or Iphone device to be eligible for this project. You will visit 38 bars in the city of Douala, Cameroon and the payment for this project is €200 In each bar you will assess 3 products using our app that you will download on your phone. Training material will be provided before the project begins. Specific requirements for the project include: - Conducting bar audits in Douala, Cameroon - Collecting data on an app - Must have an android device or Iphone Skills and experience needed for this project: - Strong analytical skills - Excellent communication skills - Ability to finish the project by a specific deadline - Flexible schedule Requirements: Android Mobile Device or Iph...

    ₹17757 (Avg Bid)
    Local
    ₹17757 Avg Bid
    2 bids

    Don't waste your time if you don't have all the requirements. Please.... please.... no ask me "whats is your maximum budget?". Make me your offer. No Xamarin, Flutter, Android Studio, Jasonette, ... XCode, Kotlin, Objective C, Swift,... or other tools. None of these! If you have "a team", don't contact me: I'm only looking for individual programmers. For a new APP to be written using ONLY using B4A/B4I tool (Basic4Android/Basic4ios), I'm looking for a mobile developer and GUI designer. Previous experiences on B4A/B4I are mandatory. (completly free) An initial splash-screen is appreciated. Application must show (as in attachment) - picture of application name - subtile (it depends of bottom menu clicked) - search

    ₹63026 (Avg Bid)
    ₹63026 Avg Bid
    48 bids

    I have a project in flutter and i changed my computer and i cannot fix it easy. I need someone who guide me to fix this error, available to work now side by side I know is super simple, but i try a few things

    ₹500 / hr (Avg Bid)
    ₹500 / hr Avg Bid
    2 bids

    We requitre an email signature that will work in outlook and on iphone. The signature we like is very simple with our logo. Please no silly high bids

    ₹2168 (Avg Bid)
    ₹2168 Avg Bid
    86 bids