Database Update 200

Started by Piotr, February 13, 2017, 10:40:32 AM

Previous topic - Next topic

Piotr

Added the new inventions from Aether Revolt in Kaladesh Inventions, MTG expansion.

Piotr

#1
Quote from: Pboucher on February 14, 2017, 06:41:17 AM
I'm stuck with 199+, and it won't update to 200. I'm always redirected to the store. BTW, I just bought a year of service, but got the message I had 15 months. I was under the impression the year would be tripled to 36 months because I "have it all"... is it possible that it did 12+3 instead of 12x3?

No, our records do not confirm your purchase, but yes we over deliver when you do commit to a successful transaction through the Apple App Store.

But we also prefer to under promise so thanks for the spoiler :P

+ (void) enableForMonths: (NSUInteger) periodInMonths {
   
    if ( PFC.isAllEnabled )
        // bonus for Bosses
       
        if ( PFC.isPlus )
            // Elite+
           
            periodInMonths = periodInMonths * 3
           
         else
            // Elite
           
            periodInMonths = periodInMonths * 2
       
   

    [iMtGServer setExpiryDate: [NSDate dateWithTimeIntervalSinceNow: 60 * 60 * 24 * 32 * periodInMonths + MAX( 0, iMtGServer.expiryDate.timeIntervalSinceNow )]]
   
   
    if ( !PFAActivityManager.defaultManager.isBusy )
       
        [NSNotificationCenter.defaultCenter postNotificationName: iMtGServerBecameAvailableNotification object: nil]
   

Shadowolf

I am also having the exact same problem. And I purchased the plus app and the 12 month subscription about a week ago. But I am also being redirected to the store.

Piotr

You should see the Expiry Date for your iMtG Server subscription in Main Menu -> Shop, and no I do not run the payment store so I cannot deal with your receipts, sorry.

Piotr

Quote from: KangaRod on February 19, 2017, 06:30:56 AM
I've tried deleting the app and reinstalling and restoring but it doesn't seem to work.

Who told you to do this? Thank them for killing your subscription, as deleting the app deletes the expiry date saved with the app, unless you synced it to one of your other devices through iCloud (any version), or unless you saved it to Gathering by joining it (7.0.4 and later).