Pushing notifications to android emulator behind a proxy

Hi Guys 
I hope this is the correct place to ask this question - if not please direct me.
I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
I have been attempting to apply the tutorial
http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
{"data":{"message":"Notification Hub test notification"}}
The message never arrives at my app (in the emulator) as 
@Override
public void onReceive(Context context, Bundle bundle) {
ctx = context;
String nhMessage = bundle.getString("message");
// sendNotification(nhMessage);
mainActivity.DialogNotify("Received Notification",nhMessage);
doesnt fire. (but does in the registration process)
(Azure says the message was delivered)
So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
regards
Bryce

Hi Guys 
I hope this is the correct place to ask this question - if not please direct me.
I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
I have been attempting to apply the tutorial
http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
{"data":{"message":"Notification Hub test notification"}}
The message never arrives at my app (in the emulator) as 
@Override
public void onReceive(Context context, Bundle bundle) {
ctx = context;
String nhMessage = bundle.getString("message");
// sendNotification(nhMessage);
mainActivity.DialogNotify("Received Notification",nhMessage);
doesnt fire. (but does in the registration process)
(Azure says the message was delivered)
So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
regards
Bryce

Similar Messages

  • Push Notification in Android

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

    Hi,
    We were wondering what other DPS users are doing in terms of sending push notifications to Android users.
    We understand its not incorporated into DPS the way push notifications to iOS is, but are people really unpacking their APK packages and editing their manifest files to connect a 3rd party service to their app? Is that really the only way?
    Thanks,
    Vauneen

  • Push Notification in Android using SMP 2.3

    Dear All,
    Please let me know the steps to configure push notification for working OData android project.
    Thanks
    Suresh

    Hi Jitendra Kansal
    Thanks for the document, we followed the document for IOS,
    Device token was successfully generated and IOS device is successfully registered with SMP server.
    After we execute the URL using REST CLIENT PLUG IN - POST method.
    We can see following log in SMP server logs. We didn't receive any notification on device.
    Please guide us where  are we missing?.
    2014-03-04 18:40:07.451 ERROR PUSH pool-10-thread-36 [com.sybase.sup.components.notification.apns.ApnsNotificationdelegate]Notification to [B@5b24b66b failed!
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Domain logger is not enabled
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]log bucket set as PUSH default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]logContext is not null
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Logging for domain default
    2014-03-04 18:39:03.442 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Inside Domain Logger for PushNotification. writeDomainLogs() called
    2014-03-04 18:39:03.442 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### Push from Notnoop complete...
    2014-03-04 18:37:58.446 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Number of batched messaging notifications processed 1
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.apns.ApnsServiceFactory]Returning service from map...
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Device token - xxxxxxxxxxxxxxxxxxxxxxXXXXXXXXXX "token generated by system but manipulated here for posting....
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Push payload - {"aps":{"sound":"default","alert":"test","badge":2}}
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Sound : default
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Badge : 2
    2014-03-04 18:37:58.445 WARN PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Not a json object...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]Alert : test
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### APNSNotificationProcessor processing notification...
    2014-03-04 18:37:58.445 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Processing notification
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]APNSNotificationProcessor called
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]notification type is APNS
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside ProcessNotification method
    2014-03-04 18:37:58.445 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-64 [com.sybase.sup.components.notification.Notificationhandler]Inside call() method of Notificationhandler
    2014-03-04 18:37:58.442 INFO PUSH Thread-256 [com.sybase.sup.components.notification.PushNotificationServiceImpl]Notification submitted to executor service
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler : domain logs are set
    2014-03-04 18:37:58.441 DEBUG PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]apns notification
    2014-03-04 18:37:58.441 INFO PUSH Thread-256 [com.sybase.sup.components.notification.Notificationhandler]Notificationhandler constructor is called
    2014-03-04 18:37:58.441 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Submitting notification for DeviceName our device name with application id
    2014-03-04 18:37:58.437 INFO MMS Thread-256 [com.sybase.sup.jmo.notification.MessagingQueueNotificationProcessor]Pre-batching processed 1 items
    2014-03-04 18:37:53.884 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification sent successfully.
    2014-03-04 18:37:53.884 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]ODP : Notification  sent to the device:Notification message sent to messagechannel:
    2014-03-04 18:37:53.876 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]------Notification headers are read------------
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]Reading settings from appConSettings...
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushListenerServlet]----------request URL obtained for notification is--------http://mobdev1:8000/notifications/v1/our device name with application id
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode: Online/Payload Push with Native Notification 
    2014-03-04 18:37:53.875 INFO PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]IMO Notification  to be processed
    2014-03-04 18:37:53.875 DEBUG PUSH pool-3-thread-7 - /notifications/v1/our device name with application id [com.sybase.sup.components.notification.PushNotificationBuilder]Notification Mode2
    Thanks in Advance,
    Suresh

  • Native push notifications for Android in AIR 3.6?

    Hi there,
    I'm glad we finally got the support for native iOS push notifications with AIR 3.4, however Android support is still missing.
    Is there any chance we'll get this feature with 3.6? I really don't want to use the various native extensions that are available as none of them do work properly and are fully customizable.
    Cheers!

    Seems as if no one is interested in push notifications any more.
    Also, the feature list for 3.6 doesn't include notifications, so it's is at least half a year from now till we'll see this from Adobe, if it's ever gonna happen...

  • Sky Email - 'Push' Notifications for Android?

    Hi, I have a new sky email address, however I wanted to get emails instantly. If I use the Yahoo app, or my gmail client, it only checks for mail every 15 minutes. Any idea how to set it up to have push notifications so I get email straight away? Thanks

    If you are using the standard email app on Andriod then within the settings of the email app should be an option to change the limit, on my phone I can only set it to 5 minutes.

  • Push Notification for Android application

    Hi friends,
    I am trying to create a Reminder application. I Need some experts advice for developing this application.
    After surfing on Net I came to know we need to use Push Notification for showing the alerts but didnt get any help how to use it.
    I found some .ane extensions links by which we can show the notifications but was nt able to include it in my project.
    Please guide me for the application.

    Hey
    I guess you need this ANE http://www.riaspace.com/2011/09/as3c2dm-air-native-extension-to-push-notifications-with-c2 dm/
    Found it in this discussion, in which they basically explain everything, http://stackoverflow.com/questions/11244724/push-notification-in-flex
    GL ^^

  • Invalid notification target ID Error In Push Notification, Android

    Hi Everyone,
    Good Morning.....
    I followed the steps as per the document in service.sap.com and created a project.
    https://websmp201.sap-ag.de/~sapidb/011000358700000054982014E.pdf]
    Now my push notification is working fine in emulator, when i register the device with SMP using internal URL.
    But when i register the device with SMP using relay server URL, my device is getting registered successfully
    with the SMP3.0.3 server,
    But in log of android emulator i am getting following warning.
    W/ResponseProcessCookies(1068): Cookie rejected: "BasicClientCookie[version=0,name=sap-usercontext,domain=37.20x.xxx.xxx
    Now when i try to push the notification through postman plugin, i am getting "Invalid notification target ID" with "404 not found" status.
    Thanks in advance.
    Suresh Babu

    Hi,
    did you solve this one? Seems we are facing the same problem.
    thanks, Nico

  • Android devices not getting push notifications after a while

    We have just installed a new Exchange 2013 setup and started to move mailboxes across. Users that have Android devices though are noticing that push notifications are not reaching them and checking in the ECP I can see their last sync times are a long time
    ago! 
    If they restart their devices then the sync occurs and push notifications work for about half a day then stop again. 
    We have no issues with any iOS devices getting push notifications. We have a range of Android JellyBean and KitKat deployed so not looking device related. If I turn off push notification on the Android device and force a manual sync every 5 minutes that
    works and currently seems to be my workaround. But this will drain the battery quicker now. 
    The flow of notification would be simple, Exchange2013 > Firewall > Internet > Device
    Anyone else experiencing issues like this and know what to check? We have checked all networking aspects and its not a network/firewall issue. 

    After hours of searching online and testing and troubleshooting I found the issue actually was affecting push notifications to all mobile devices on Exchange 2013 where their mailboxes had been migrated recently from Exchange 2010. 
    There is a bug in Exchange 2013 CU5 which I am on which causes issues after mailbox migrations and requires the ActiveSync app pool in IIS to require a restart after mailbox moves to function correctly. 
    After I completed an iisreset within a command prompt on the CAS server everything started working for push notifications. 
    Lets hope this gets fixed in CU6!

  • Android Push Notification

    Is the a way for Android Push Notifications?

    The notification would be for sending notifications about new issues or updates of the magazin. Now there is no way to inform the readers - or are there other ways?!
    best jan

  • Android Push Notification of the New GCM release using Coldfusion

    Is there any similar push notification solution/Tutorial but this time for the Android?
    Something similar to this tutorial but with Android GCM using coldfusion to send from my dedicated server to the registered devices:
    http://www.raymondcamden.com/index.cfm/2010/9/13/Guest-Post-Apple-Push -Notifications-From-ColdFusion-in-Ten-Minutes-or-Less
    Thanks in advance
    Talal

    well after diving and testing here and there I found a way and successfully tested.
    1> First and formost, the developer need to follow the procedures in this page:
    http://developer.android.com/guide/google/gcm/gs.html
    2> In the app side, you will send users devices information; but all that matters is only the "registration id" , so make sure you save this in the database coz you'll use it to loop through your database records when sending notifications.
    3> Now the server side script in Coldfusion which is really easy:
    <!---Place this above your html tag--->
    <cfsetting requesttimeout="80000000000000">
    <cfset appName = 'YourAppName'>
    <cfset registrationArray = ArrayNew(1)>
    <cfquery datasource="devicesDSN" name="rsCount">
        SELECT COUNT(intGCMuserID) AS TotalRecords
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
    </cfquery>
    <!---Google is limited to send only to 1000 devices at a time so we need to nest the cfloop of the array inside another cfloop pertaining to our total recordCount from the recordset so we'll use the Ceiling to control the number of loops needed to make sure we sent to all the users if they exceed google limit--->
    <cfset LoopingNo = Ceiling(rsCount.TotalRecords/1000)>
    <cfset fromRec = 1>
    <cfset toRec = 1000>
    <!---Now place the following code inside the body tag of your cfm page--->
    <cfif isDefined("FORM.pushButton")>
        <cfquery datasource="devicesDSN" name="rs">
        SELECT regID
        FROM gcmusers_tbl
        WHERE appName = <cfqueryparam cfsqltype="cf_sql_clob" value="#appName#">
        ORDER BY intGCMuserID DESC
        </cfquery>
        <cfloop from="1" to="#loopingNo#" index="i">
            <cfloop query="rs">
                <cfset ArrayAppend(registrationArray, "#regID#")>
            </cfloop>
            <cfset stFields =
            { "data"= {
                "title" = "#FORM.title#",
                "message"= "#FORM.message#"
              "registration_ids"= #registrationArray#
            >
            <cfhttp url="https://android.googleapis.com/gcm/send" method="post" result="httpResp" timeout="600">
                <cfhttpparam type="header" name="Content-Type" value="application/json"/>
                <cfhttpparam type="header" name="Authorization" value="key=yourAPIkeyFromGoogle">
                <cfhttpparam type="body" value="#serializeJSON(stFields)#">
            </cfhttp>
            <cfset temp = ArrayClear(registrationArray)>
            <cfset fromRec = fromRec + 1000>
            <cfset toRec = toRec + 1000>
        </cfloop>
        <h2 align="center" style="color:red;">Sent to: <cfoutput>#rs.RecordCount#</cfoutput> Devices/Users </h2>
        <h3 align="center"><a href="thispage.cfm">&gt;&gt;&gt;again</a></h3>
    <cfelse>
    <cfform>
      <table width="400" border="1" align="center" cellpadding="2" cellspacing="2">
        <tr valign="top">
          <th scope="row">Title:</th>
          <td><label for="title"></label>
          <cfinput type="text" name="title" required="yes" id="title" maxlength="30" width="300" message="Type Title"></td>
        </tr>
        <tr valign="top">
          <th scope="row">Message:</th>
          <td><label for="message"></label>
          <cftextarea name="message" cols="45" rows="2" required="yes" id="message" maxlength="120" message="Type Message"></cftextarea></td>
        </tr>
        <tr>
          <th scope="row"> </th>
          <td><cfinput type="submit" name="pushButton" value="send" id="pushButton"></td>
        </tr>
      </table>
    </cfform>
    </cfif>

  • Android push notification InvalidRegistration error

    When I try to send push notification to a device or an array of devices I am getting the folllowing response:
    Sent push: { multicast_id: 7489710691036702000, success: 0, failure: 1, canonical_ids: 0, results: [ { error: 'InvalidRegistration' } ], invalidIds:
    [014147000533821], updatedIds:
    Can somebody help me to get the right device token id to send, it used to work fine a few months ago and now I just get the message back always

    You might have an expired device token, which is why the registration is unable to send. You should try re-registering the device and the problem should go away. Here's a helpful tutorial:
    http://azure.microsoft.com/en-us/documentation/articles/mobile-services-javascript-backend-android-get-started-push/
    Also, if you are using Visual Studio 2013 Update 3 or later, you can browse your notification hub registrations and clear out the old registrations.

  • Android App Push Notifications

    Singe the 7.4.00075 server updated I did yesterday around noon, I have not been getting push notifications on my Android Spiceworks app (v. 3.0.2).
    Notifications are on in the app, and on the server.
    Has anyone else had this issue?
    This topic first appeared in the Spiceworks Community

    Hi,
    1. Is it Possible to Develop a Simple Android APP with ASP.NET and C#?
    You can develop Android/IOS app using C# with
    xamarin
    2. How to Send in the Push Notifications for that developed app using ASP.NET. I have ASP.NET
    Web API for the Server side handling. 
    To send/receive notification ,please look at this
    link  
    Passionate about windows phone 7 | Windows Phone 8 | windows store
    Blog: SubramanyamRaju WindowsPhone Blog

  • Failed logic behind push notification?

    Today i for first time saw red badge with "1" on one of our viewers. Hurray! But... wait! I don't see any new folio there?! Of course, because it's paid publication and is not yet set as "for sale" on iTunesConnect. I just set it as "for sale", but i still can't see this issue in our viewer. I don't know how long time it will take until new issue will appear in viewer.
    Fail.
    I should be allowed to choose WHEN notification will be send.
    And i really would like to know how to solve pre approval - maybe i'm missing something, who knows. But as far as i know, for correct setup of InApp purchases it's necessary to set folio as "Purchase" and "Public" - as far as i know until it's "Public" i can't see it in distribution viewer - which is Apple using for testing of my InApp purchases
    But if my observations is correct, publishing new folio as "Public" this is very moment when Adobe will send Push notification "New issue", isn't it?
    So how i can prepare multiple issues for pre approval, if each of them will generate push notification about new issue to current users of viewer?
    I will welcome any notes from users which already have experience with this process - it's quite possible that i'm missing something.
    Martin

    Badge notification shows when reader's viewer (on his tablet) receives new issue of your magazine, new content from distribution service that is available to buy/download.
    Paid content that is set to public/Retail in Folio Producer appears in reader's viewer only when Apple approves this in-app purchase event. Then push generates.
    If you are speaking about testing push in develeopment build, it no longer works (starting from VB 1.5 viewers) Unfotunately. Anyway I do confirm that during development build testing we had some weird logic behind Push.
    Hope it helps.

  • Push Notification Background Task Crashes Emulator/Device

    I have a universal app for Win 8.1 and WinPhone 8.1. I have a background task triggered by push notifications, which has worked fine in my Win 8.1 app. I made the necessary changes as far as registration goes for the Phone 8.1 app, and as far as I can tell
    registration is fine. So I launch the app in the emulator, and send a raw notification using the 'Notification Simulator' tool. This does indeed trigger my background task JS file, but the emulator promptly crashes after displaying an error like "Network
    communication is no longer available" or some such. This happens even if I put a break point on the first statement of the background task script. I've also tried using a real push notification from my web service and that produces the same results (emulator/device
    crashing).
    I made a small test in which I changed my trigger type to a system event so I could manually trigger the background task via VS. Doing this, I was able to properly debug the background task script. So something is definitely messed up with the push notification
    trigger, but I have no idea what it could be. I've even copied my background task registration code to the 'RawNotifications Sample' app and that still works, so I know the registration code works. I've also copied the exact same code for the background task
    script from the sample app since I know that should work.
    The emulator crashing could be due to some errors I occasionally see in the background task, one of which is an 'Access denied' error when trying to access the
    'WebUIBackgroundTaskInstance.current' property inside the background task. Another error occurred when trying to access
    'ApplicationData.localSettings'. That one was something like 'failed to load state store'.
    If anyone can make sense of any of this that'd be wonderful. I can post some screenshots of errors, etc. later today for added clarification.
    Thanks.

    So I've done some more investigating and it turns out the
    sample app actually does not work as intended. When I thought it was working, I actually wasn't invoking the background task capability, but rather the
    pushnotificationreceived event on the notification channel. After running the part of the app that is supposed to run the background task on receiving a push notification, I get the same crashing behavior as my own application. Based on this,
    it would seem that Windows Phone 8.1 Developer Preview does not actually support background tasks triggered by push notifications.
    Here are some screenshots of the emulator after I try pushing a raw notification via the NSE.

  • Push notification under proxy Internet

    My iOS 6 push notification is not working under proxy running Internet service to make it run what I have to do

    I'm having iCal push issues as well. The push option is available and selected on client machines iCal app. The iCal server and push notifications servers are running as well. I have a test iCal account that is set up on my server's iCal app. It receives push notifications, but not 10.6 remote client machines. Any ideas??
    Thanks

Maybe you are looking for

  • EXport Jitter for H.264

    I am hoping someone can help because I am baffled... I create a project in CS5 using P2 footage shot from an HVX200 camera - 1280x720 - 29.97fps. The footage appears as 960x720 in project. I finished the project and hit File-Export-Media. In the enco

  • Problem in loading AdobeSpellingConfig.xml.

    I am using Squiggly for my spellcheck requirement in flex. I confired it as describe in douments and its works great in local machine. I am using SpellUI class to get spell check done. Now, My problem start when i upload it to the server. I am using

  • FH AI Feature Request

    After reading the recent Creative Review article about Freehand's popularity in the UK/Europe , I read their comments section and it mirrors a lot of what has been written in this Adobe forum. It expresses the loyalty of FH users and the despair over

  • Can 'DUMMY PROFIT CENTRE' postings be reallocated to a 'real' Profit Centre

    I am working for a company that was implemented with the majority of Cost Centres having no Profit Centre assignments.  This means that all the historical PCA documents have been posted to DUMMY PC.  We now wish to change this concept by creating new

  • Error message when I try to order albums off IPhoto

    Hi folks, The error message I get it simply "we've encountered a problem." This occurs after the album is made and I am ready to order it. I have upped my memory, upgraded to ILife and even took the computer to the local genius bar at the apple store