User Tag List

Results 1 to 3 of 3

Thread: How to make an IOS chat room?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    UnicornMan's Avatar
    Join Date
    Aug 2013
    Location
    California
    Posts
    451
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make an IOS chat room?

    Hi, I have seen tutorials for making chat rooms in mmf2 but it doesn't work on IOS. Is there a tutorial where it will show me how to make a chat room in Fusion 2.5 for IOS?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    UnicornMan's Avatar
    Join Date
    Aug 2013
    Location
    California
    Posts
    451
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...anyone.

  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    The iOS runtime already has a lot of extensions available but some regarding network connectivity are still not ported yet. The most important one; the GET object is however ported. With it you can ask any HTTP (Web) server to get a webpage.
    You could code your chat app so that the server stores the chat log in a database. You could then ask the server once in a while (you decide how often) if there were any new messages since last time you asked. You can do that by sending the last chat-ID number to the server and it will return all chat-messages with a higher ID number.
    This is useful because iOS apps are paused by the operating system when it goes into the background. Once you open up the app again it can retrieve all the messages that were sent while the app was inactive (or even completely closed).

Similar Threads

  1. Simple Chat Room
    By Rockdude in forum The Games Factory 2 - Technical Support
    Replies: 0
    Last Post: 26th March 2009, 04:57 AM
  2. Simple Chat Room
    By Rockdude in forum The Games Factory 2 - Technical Support
    Replies: 9
    Last Post: 11th March 2009, 12:18 AM
  3. Chat Room Name Help
    By Sumo in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 16th February 2009, 03:08 PM
  4. Chat room help
    By Robin_Manager in forum File Archive
    Replies: 1
    Last Post: 5th August 2008, 04:59 PM
  5. Chat Room
    By Jakesownfilms in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th April 2008, 10:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •