How to iOS devices with wiki?

Anyone who can explain how to edit the content of a Mac Server wiki from IOS devices?
Just installed a Mac server and is new to this, however I am disappointed to discover that it seems not possible to edit the content of the wiki from iOS devices. Tried even uploading  in Pages via WebDAV but the accessing the wiki in Safari the uploaded file appears as a zip file. When opening the file the wiki hangs with a "spinning cursor". Any help or pointers are appreciated.

It's definitely a challenge to test your mobile sites and applications without access to physical devices. There are a couple of approaches you can take:
Try a mobile simulator like Apache Ripple (free and open source). A simulator like Ripple will use your locally installed browser to try and simulate mobile conditions (screen size, device apis, etc.).http://ripple.incubator.apache.org/
Install a native emulator for the various mobile OS. You can get the native emulator by installing the various SDKs. For example, the Android Developer Tools for Eclipse include an emaulator that can launch an instance of Android on your desktop. Once you have an emulator running, you can install apps and use the browser to preview your work.
Use a device subscription service like Browser Stack. These services are great because they give you instant access to a range of desktop and mobile browsers w/o having to buy any devices.
http://www.browserstack.com/
-Adam

Similar Messages

  • Is it possible to use different iOS devices with the same account of the gamecenter?

    Is it possible to use different iOS devices with the same account of the gamecenter? in that case, can two people play a game with the same account and add both scores to the same leaderboard nickname?

    You should be able to use the same account. The top scores will get updated on the leader board.
    Taz

  • I can not update or restore any ios device with my iTunes in my macbook but I can with my pc, why?

    I can not update or restore any ios device with my iTunes in my macbook but I can with my pc, why?

  • Checking BCC from an iOS device with Exchange Mail

    All,
    My question is simply, I have an iOS device with Exchange mail configured. From my phone or desktop I send an email with Joe in the "To:" and Mary in the "BCC:".
    When I check the Sent items on my phone, and I go to that email, I only see "Joe".
    Is this just a limitation within iOS?
    More detail:
    I'm testing on an iPhone 4S running v6.1.3 and I have my Office 365 account configured as Exchange email.
    Thanks all!
    -rudy

    No.
    For obvious security reasons, iOS devices cannot be controlled remotely. Desktop computers and mobile devices do not share all of the same functionality. Mobile devices are somewhat limited compared to a full computer.

  • How do I sync non iTunes content to my iOS devices with Mavericks

    For the last three days I have been pulling my hair out wondering why I can't sync Movies or TV Shows to my iPad using either the USB cable or WiFi in iTunes since installing Mavericks.
    the only way I have succeed at all is to redownload items already purchased from iTunes directly to my iPad.
    I spent this morning browsing the Apple Support Communities and seemimgly from many official Apple replies to people who have asked similar questions I am slowly finding/realising that the following might actually be true:
    Since installing Mavericks ...
    Music, TV Show and Movie content in my iTunes that I want to be synced to my iOS devices can now only be synced from iTunes in the Cloud ?
    So what about all the content in my iTunes that wasn't purchsed from iTunes (My TV shows that I recorded on Elegato's Eye TV or Movies I converted from my DVDs to MP4 format or Music that I made myself in Logic) ?
    How do I sync any of my that content to my iPad or iPhone from iTunes in Mavericks ?
    Is that REALLY no longer posible or have I misunderstood or missed something rather obvious ?

    Thank you! That worked for everything except iBooks not bought via iTunes. They appear in iTunes on my MacBook Pro, but not on my iPad, either in the Kindle or iBook apps. Any suggestions?

  • Two IOS Devices with single icloud acc, but storage remains 5gb only

    Hi
    I have iphone 4 and ipod 5th gen. For both i`m using single itunes Account.
    For icloud, i use single account for 2 devices, the storage of icloud remain 5GB only. In actual, If there is separate icloud account, for 2 ios devices
    i ll get 10GB Total , 5-5 for each ios device.
    I need to know, How can i link 2 icloud accounts & have 10Gb of storage for backup on icloud. In this way, should i be able to use Photo stream,bookmarks, notes & etc for both devices, Same as it would work if i use Single icloud account.
    As the devices are two, Why we are getting only 5Gb, which is free for only single device.

    Actually, everyone missed one point, when a device is priced, the cost of icloud storage space for that device is also included in it that is why they are able to give you 5gb each for each user ID, in nutshell there is nothing free coming with apple device purchase, it is paid for.  What they are trying by giving only 5gb per user ID irrespective of the number of devices used is pure broadlight looting, they take money from you when you buy each device and give you nothing, This is a case of goods and services bought but not fully deliverd ie apple can be suied for discreminatory treatment towards it's users. I wonder why no one tried this yet in America where everyone sue everyone for petty things..... there is no one to take up this issue? . if tim got any love for the guys who shell out money for the devices his company makes, he should be implimenting this as priority before someone wake up from sleep and sue him.

  • Greyed Out Tracks When Synching iOS device with iTunes Library

    I am no longer able to sync new tracks added to my iTunes library with any of my iOS devices.   Any new purchases I have made from the iTunes store as well as any MP3 files that I have brought into my iTunes library manually are being transferred to my iPhone or iPod Touch.   The tracks are listed but are greyed out and cannot be played.  
    Sorry if this was resolved somewhere else.  I saw a really old thread on this topic in one of the discussion areas but some of the advice appeared to be outdated given newer versions of iTunes that have come out since then.  
    Thanks!

    Sorry, iTunes v. 12.1.1.4

  • Problem sending notification message to Android and iOS devices with azure messaging dll

    We are a Bizspark customer andfor the past two days we are facing problem in Azure Notification Hub. We were trying to
    send push notifications to Android devices registered in "seexxxxxxwams" - An Azure Mobile Service in our account and no
    registered android devices are receiving the notifications. When we tried to debug it via Notification Hub in Azure Portal  (seexxxxxxwamshub
    - Notification hub in our account), the results are showing that the notifications are sent to the devices. However, the devices
    are not receiving the notifications which was receiving before.  
    Kindly let us know whether we are missing something in our code (Please find the code below) or is there any problem in Azure Notification
    Hub (for Android GCM). 
    Thanks.
    using System.Text;
    using Android.App;
    using Android.Content;
    using Android.Util;
    using Gcm.Client;
    using Android.Support.V4.App;
    //VERY VERY VERY IMPORTANT NOTE!!!!
    // Your package name MUST NOT start with an uppercase letter.
    // Android does not allow permissions to start with an upper case letter
    // If it does you will get a very cryptic error in logcat and it will not be obvious why you are crying!
    // So please, for the love of all that is kind on this earth, use a LOWERCASE first letter in your Package Name!!!!
    using ByteSmith.WindowsAzure.Messaging;
    using System.Diagnostics;
    using System.Collections.Generic;
    using System;
    [assembly: Permission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "@[email protected]_MESSAGE")]
    [assembly: UsesPermission(Name = "com.google.android.c2dm.permission.RECEIVE")]
    //GET_ACCOUNTS is only needed for android versions 4.0.3 and below
    [assembly: UsesPermission(Name = "android.permission.GET_ACCOUNTS")]
    [assembly: UsesPermission(Name = "android.permission.INTERNET")]
    [assembly: UsesPermission(Name = "android.permission.WAKE_LOCK")]
    namespace seeMuscatAndroidApp
    //You must subclass this!
    [BroadcastReceiver(Permission= Gcm.Client.Constants.PERMISSION_GCM_INTENTS)]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_MESSAGE }, Categories = new string[] { "@PACKAGE_NAME@" })]
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_REGISTRATION_CALLBACK }, Categories = new string[] { "@PACKAGE_NAME@"
    [IntentFilter(new string[] { Gcm.Client.Constants.INTENT_FROM_GCM_LIBRARY_RETRY }, Categories = new string[] { "@PACKAGE_NAME@"
    public class PushHandlerBroadcastReceiver : GcmBroadcastReceiverBase<GcmService>
    //IMPORTANT: Change this to your own Sender ID!
    //The SENDER_ID is your Google API Console App Project ID.
    //  Be sure to get the right Project ID from your Google APIs Console.  It's not the named project ID that appears in the Overview,
    //  but instead the numeric project id in the url: 
    //  where 785671162406 is the project id, which is the SENDER_ID to use!
    public static string[] SENDER_IDS = new string[] { Constants.SenderID };
    public const string TAG = "GoogleCloudMessaging";
    [Service] //Must use the service tag
    public class GcmService : GcmServiceBase
    public static string RegistrationID { get; private set; }
    private NotificationHub Hub { get; set; }
            Context _generalContext;
    public GcmService() : base(PushHandlerBroadcastReceiver.SENDER_IDS) 
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GcmService() constructor"); 
    protected override async void OnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Registered: " + registrationId);
    RegistrationID = registrationId;
                _generalContext = context;
    //createNotification("GcmService Registered...", "The device has been Registered, Tap to View!");
    Hub = new NotificationHub(Constants.NotificationHubPath, Constants.ConnectionString);
    try
    await Hub.UnregisterAllAsync(registrationId);
    catch (Exception ex)
    Debug.WriteLine(ex.Message);
    Debugger.Break();
                var tags = new List<string>() { main.userCountry, main.userCity, main.userLatitude, main.userLongitude, main.userPhoneMake,
    main.userPhoneModel, main.userPhoneName, main.userPhoneAndroidVersion, main.userAppVersion,main.userUID};
                Console.WriteLine("///////////HUB TAGS///////////////////");
                Console.WriteLine("Country:" + main.userCountry);
                Console.WriteLine("City:" + main.userCity);
                Console.WriteLine("Latitude:" + main.userLatitude);
                Console.WriteLine("Longitude:"+main.userLongitude);
                Console.WriteLine("Make:" + main.userPhoneMake);
                Console.WriteLine("Model:" + main.userPhoneModel);
                Console.WriteLine("Phone Name:" + main.userPhoneName);
                Console.WriteLine("Android Version:" + main.userPhoneAndroidVersion);
                Console.WriteLine("App version:" + main.userAppVersion);
                Console.WriteLine("User ID:" + main.userUID);
                Console.WriteLine("///////////END OF HUB TAGS///////////////////");
    try
    var hubRegistration = await Hub.RegisterNativeAsync(registrationId, tags);                
    Debug.WriteLine("RegistrationId:" + hubRegistration.RegistrationId);
    catch (Exception ex)
    Debug.WriteLine("#########$$$$Error:"+ex.Message); 
    protected override void OnUnRegistered (Context context, string registrationId)
    Log.Verbose(PushHandlerBroadcastReceiver.TAG, "GCM Unregistered: " + registrationId);
    protected override void OnMessage (Context context, Intent intent)
    Log.Info(PushHandlerBroadcastReceiver.TAG, "GCM Message Received!");
                Debug.WriteLine("/********* GCM Received ****************");
    var msg = new StringBuilder();
    if (intent != null && intent.Extras != null)
    foreach (var key in intent.Extras.KeySet())
    msg.AppendLine(key + "=" + intent.Extras.Get(key).ToString());
    //Store the message
    var prefs = GetSharedPreferences(context.PackageName, FileCreationMode.Private);
    var edit = prefs.Edit();
    edit.PutString("last_msg", msg.ToString());
    edit.Commit();
    string message = intent.Extras.GetString("message");
    if (!string.IsNullOrEmpty(message))
    createNotification("New todo item!", "Todo item: " + message);
    return;
    string msg2 = intent.Extras.GetString("msg");
                string notititle = intent.Extras.GetString("notititle");
    if (!string.IsNullOrEmpty(msg2))
    createNotification(notititle, msg2);
    return;
    protected override bool OnRecoverableError (Context context, string errorId)
    Log.Warn(PushHandlerBroadcastReceiver.TAG, "Recoverable Error: " + errorId);
    return base.OnRecoverableError (context, errorId);
    protected override void OnError (Context context, string errorId)
    Log.Error(PushHandlerBroadcastReceiver.TAG, "GCM Error: " + errorId);
    void createNotification(string title, string desc)
                NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
                Intent uiIntent = new Intent();
                uiIntent.SetClass(this, typeof(dealsview));
                uiIntent.PutExtra("contentID", "todaydeals");
                uiIntent.PutExtra("contentName", "");
                uiIntent.PutExtra("isSale", "");
                const int pendingIntentId = 0;
                PendingIntent pendingIntent = PendingIntent.GetActivity(this, pendingIntentId, uiIntent, PendingIntentFlags.OneShot);
                var notification = builder.SetContentIntent(pendingIntent).SetSmallIcon(Resource.Drawable.Icon).SetAutoCancel(true).SetContentTitle(title).SetContentText(desc).Build();
                var notificationManager = GetSystemService(Context.NotificationService) as NotificationManager;
                notificationManager.Notify(1, notification);

    Hi Anpe83,
    TL;DR: The answer: Currently, no.
    As we speak, there is RMS Sharing app for all mobile platforms you mentioned. RMS Sharing App lets you open any file type that is a .pfile (generic file created by RMS Sharing App on your PC). But this is not a granular protection and policy enforcement
    - you can think about this way of protecting as a .zip file that has been password protected. So once you "unzip" the pfile with RMS Sharing App - you can do whatever you want (open in a native mobile app, forward, edit, copy, delete, etc) with that file. 
    Now, RMS Sharing App lets you protect pictures only on your mobile devices which I assume you will not be a feature used very often.
    On the other hand Microsoft has published Office suite (Word, Excel, etc) for iOS devices (iPhone and iPad).
    Currently (this is the key word here) those are NOT RMS enlighted yet, so f.e. no word document that is RMS protected can be opened with your Office suite for iOs. I also know that Microsoft is preparing an update for iOS devices in the nereast
    future to make Office suites (including OWA app) RMS-aware.
    PS. For the current time being there are some third parties that extend RMS capabilities to your mobile device platforms. You can also wait few months (unfortunately cannot promise that) for RMS enlighted Microsoft apps for iOS devices.
    PS2. If you haven't heard you can also set RMS Sharing App to work withi your ADRMS which is onprem (not only with RMS in the cloud). For those you need some cool toys: Windows 2012 R2, ADFS 3.0 and RMS Mobile Device Extension.
    Hope this answers your question.
    Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

  • Can't find ios devices with itunes anymore?

    Hi! i have an ipad air and an iphone 5s and run windows 8.1.
    Normally both my ipad and my iphone connect to itunes through wifi so i can put music on it, delete apps or put comics on it or whatever. But suddenly yesterday it stoppet working and now my itunes can't even find ios devices when i plug it in the computer by USB? Everything is fully updated and i tried reinstalling itunes and reset my devices and use a different usb port.
    MY computer can find them via USB so i can look at my pictures from "my computer".
    please help anyone :-)

    Hello ErdalDK,
    It sounds like you are unable to see your devices either via Wi-Fi or when connected with a USB cable. I recommend the troubleshooting from the following article named:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    If that does not resolve the issue, I would recommend re installing iTunes again, but also its associated apps. The following article will walk you through that if needed:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Synching across ios devices with different content

    Hello,
    I am trying to assist a user at my company with synching his music content accross his devices using iTunes match.
    I want to validate that music pulled from CD from his iOS devices will or will not be deleted.
    Basically he does not have his home pc anymre that was used to download many songs from CD and put into iTunes. However, he has an iPad that contains those songs (as well as songs from iTunes) plus an iPod that may or may not contain music from CDs.
    We have enabled itues match via his work computer and we saw that it uploaded his purchased songs to match, however when we turned on Match from the iPad, its say that it would replace the songs that were on the device. Our concern is that the music from the CD's will be lost and just replaced with his purchased music.
    Essentially, we want the music from iTunes, Cds (on the ipad) and his iphone to all be stored and synced with iTunes Match accross all devices.
    thanks!

    Thanks. Is there a way, then, to share music and apps across devices with different Apple IDs? Or does all music need to be purchased separately. I'm asking because my daughter has lots of music and apps on an older device that were purchased using her mom's Apple ID, but is now ready to have her own account on her new device, but would like to keep the music she's accumulated.

  • Problems connecting IOS devices with new Comcast wireless cable modem?

    Just installed a new cable modem from Comcast, it is their new high speed unit manufactured by Cisco. of the three IOS devices I've tried, all running currently the OS , are having problems connecting with  the error "Unable to join the network " Home-XXXX" if you keep asking it may connect but I have to be persistant.  My Devices are iPad 4 g Retna with 30pin connection, an iTouch ,latest model with camers, and current iPad mini. is it me or the modem?

    You have probably already solved this issue, but I would hide the comcast wifi network (dont broadcast ssid) and make the password very hard. Make sure that put it on channel that does not conflict with your Airport Extream.
    Connect the Comcast modem/router to the airport extream's wan port with an ethernet cable.
    Comcast usually ships the DHCP enabled. Use the comcast DHCP server for your airport.
    Configure the airport extream to "create a network" set the network to "bridge mode".
    Name your network, broadcast the ssid all on the airport. Now all your devices will connect everytime. Use can use the Comcast "private" wireless network for maintenance, etc.
    Just some thoughts... good luck

  • Texting a Non-iOS device with Messenger

    If I want to use messenger to send a text and the recipient does not have an Apple device - can it be done with Messenger?

    Hi,
    The Apple App is called Messages on both iOS and Mac OS X devices.
    The iOS version on iPhone can send SMS to non iOS devices.
    At present (although rumoured to be coming) the Mac version cannot SMS to iPhone or non iOS devices.
    However IF you have an AIM Login (AND some Apple issued IDs are valid AIM logins) and the person is using  US phone on one of these carriers then the app will send SMS using the AIM service as  sort of "translator" from IM (Instant Messages) to SMS
    Basically you add a +1 (Country Code) to the Number and Add that to your AIM Buddy like it was  Buddy.
    Messenger tends to refer to MSN messenger or possibly Yahoo IM app that is called Yahoo Instant Messenger.
    7:42 pm      Sunday; September 14, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Multiple IOS devices with one apple id and different PCs to synch

    I have 2 macs, 1 Apple TV, 2 iPhones, 2 iPads, 3 iPods and 1 windows pc.
    I would like to:
    1) sync each of them with one of the Macs using the same apple Id;
    2) connect with FaceTime with each of them separately (at least the iPads and iPhones);
    3) synch one phone with the Mac for music and my work PC for apps.
    What should I do using my unique apple I'd?
    Txs,
    Roberto

    When you say "sync", are you talking about physically having songs, movies, etc on your computers and devices?  Or simply want to access those files on those computers and devices?  *Syncing is different from Home Sharing but you are in the Home Sharing discussion forum.  That is why I am asking.
    If they are all in the same network and just want to access them or listen/watch them, all you have to do is turn on Home Sharing for all of your machines and devices with the same account.
    For Mac/PC desktops, you can turn on Home Sharing in iTunes 11.  Go to File > Home Sharing > Turn on Home Sharing.  Do this for all machines.  After doing that, you go to the media selector button at the top left to see your Home Shares.  Or you can enable the sidebar by going to View > Show Sidebar.  From there, just connect to your other computers and you will able to listen or watch to your content.
    For your devices, turn on Home Sharing in Settings.  Go to Settings > Music or Video > Home Sharing and enter the same Apple ID and password.  You can listen to songs in Music and watch videos in Video.app.
    For your Apple TV, if it is a 2nd gen ATV or later then you can turn on Home Sharing under Computers in the main screen.  For the 1st gen ATV, you can either share or pair with iTunes.
    If you want to physically have files (this is syncing), then you can sync your devices to the machine you want to sync with.
    With respect to FaceTime, if you want to use FaceTime on your phone with someone but separately on your iPad then you can associate your phone number to FT on your phone and on your iPad, you can use your Apple ID for FaceTime.  That way, if people want to FT on your phone, they should use the phone number to FT.  For iPad, people should enter your Apple ID when doing FT.

  • HomeKit - How does iOS device control accessories remotely?

    Hi,
    How does iOS Homekit apps communicate to the accessories remotely?
    What is the role of Apple's Home Automation Protocol? Very minimal details about home automation protocol is available at developer.apple.com.
    Can you please provide details about 'Remote communication' and 'Apple's Home Automation Protocol'?
    Thanks in advance

    Hey, I am also doing the same project. Have you got any solution. If you have any can send me your VI. Otherwise contact me after few weeks as I am going to finish my project in 3 more weeks.So, I can send you my VI, hopefully I will complete by then.

  • Lag When Programming For iOS Device With Adobe Flash Professional.

    Hi, I'm trying to make an Application for iOS device, Everything is find, but when i installed it on my iphone 4 and my iPhone 4S my game start lagging, i don't what to do, i tried to simplifed the code but nothing is working i dont know if it's in the rendering or when i'm trying to export, but on my iPhone it's lagging.
    Any Help Please, Solution ?
    Thanks
    Francis

    Target gpu on the device you're testing .. you'll get much better results.
    You can do it on the xml configuration file on <renderMode> or if you're publishing in flash on the settings of renderMode select GPU.
    Also get rid as much as you can from vector graphics and use bitmaps instead.
    You can use Adobe's method of converting a vector in bitmap like this : myMC.cacheAsBitmap = true;
    And also if you're moving an object, scaling or changing it's transparency use myMC.cacheAsBitmapMatrix = new Matrix();
    These are some basic optimization tips.

Maybe you are looking for