jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

Beta distribution #49

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

I'm not sure exactly what has to be done here, but given a list of my friends email addresses, I want to invite them to play the app before it's in the app store.

jmoody commented 9 years ago

+1 for Crashlytics's Beta Distribution program. It will work much like TestFlight did.

And you get crash reporting as a bonus.

Assign this to me if you are interested in having me wire this up to my Crashlytics account or to create a Jackpine Crashlytics account.

michaelkirk commented 9 years ago

Happy to delegate this. =)

michaelkirk commented 9 years ago

I was getting ancy to try this on a friends phone so I was looking into this. You probably already knew this, but I just learned that Crashlytics was bought by twitter and they are trying to push everyone onto the "Fabric" tool kit, which includes Crashalytics, among other things. In the process of trying to get crashlytics installed, I was shepharded towards migrating my crashalytics account to a fabric account, but it attempted to take all of LJS hostage with me.

screen shot 2015-06-03 at 10 57 35 am

I didn't want to F with your S, so I stopped there for a bit. For now I'm going to pursue this with a new unassociated account.

jmoody commented 9 years ago

They have been owned by Twitter for a while. Fabric is their new tool set. It is basically everything I already use. I will try to take a look today,.

michaelkirk commented 9 years ago

I took a pass at this actually and have beta distribution working as of an hour ago.

On Jun 3, 2015, at 2:44 PM, Joshua Moody notifications@github.com wrote:

They have been owned by Twitter for a while. Fabric is their new tool set. It is basically everything I already use. I will try to take a look today,.

— Reply to this email directly or view it on GitHub.

jmoody commented 9 years ago

Well shit. :)

michaelkirk commented 9 years ago

Sorry for the confusion. It was helpful for me to go through the setup process. I think the only difference between our setups is the "answers" add on, which looks cool. I'll check it out.

M

On Jun 3, 2015, at 3:16 PM, Joshua Moody notifications@github.com wrote:

Well shit. :)

— Reply to this email directly or view it on GitHub.

michaelkirk commented 9 years ago

Thanks for the help here @jmoody . I believe this is handled as of https://github.com/jackpine/biketag-ios/commit/d71d9858b9ca23ec6610bbba73ad4d5ab387864e and #60

It's been very educational. =)

michaelkirk commented 9 years ago

From @jmoody:

You might be able to replace NSDate with CFAbsoluteTimeGetCurrent().