Bitcoin Forum
May 22, 2024, 02:44:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 [All]
  Print  
Author Topic: free source for bitcoin iPhone App  (Read 44511 times)
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 08, 2011, 12:41:32 AM
 #1

Source at https://github.com/udibr/bitcoinApp

I've managed to run the entire bitcoind on iPhone (both sim and device) on a separate thread inside an App.
The App acts as a client and communicates using the regular RPC-JSON with the bitcoind.
The changes I had to do to bitcoin code are minimal and are described in the "Add bitcoin.org project" section of
https://github.com/udibr/bitcoinApp/blob/master/build-iOS.txt
(at some point I hope they will be merged into the master repo)

For now the only command I have implemented on the client side is "getinfo" but it should be easy to use it as a template and add all commands.

The client is implemented using Three20 package (the same SDK used by the facebook App) so it already has non-trivial features, out of the box.
For example:
* on the info page if you drag the table all the way down you can force it to refresh its content
* every bitcoind command appears as an icon on the launcher screen. It is possible to re-arrange (or delete) these icons, allowing for very nice App customization.

There are many things that needs improvement:
* the client/server response time is slow and not what you expect from an App.
* It takes a while for the daemon to start and until then if you press on the info (getinfo) button you get an error.
* If you put the App in the background the entire thing crashes...
but its a start...
once we will have something reasonable I will try to put it on the App store (not sure what Steve will have to say on this.)

Enjoy, Udi

Clarithium
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile WWW
April 08, 2011, 12:43:52 AM
 #2

This is a very good idea that I have been waiting for.

While waiting for its App Store release, why not put on a repo for Jailbroken iPod, iPhone's or iPads? Cheesy

I make websites for bitcoins! Will help you host!Click Here
Bitcoin Mining Rigs
1CrNUxx8E9ds1jQ1dexp9FFjhcuUqupdmN
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 08, 2011, 02:12:51 AM
 #3

I dont have much knowledge in jail-broken dev, but if you want, sign up for an Ad Hoc version at
http://bit.ly/g4FNZX
kangasbros
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1006



View Profile
April 08, 2011, 07:04:22 AM
 #4

I already submitted one Bitcoin iPhone app, but apple rejected because "not useful"-clause. It was just very simple app for following the market stats of Bitcoin. Will put source code to github when I have time...

Anonymous
Guest

April 08, 2011, 07:28:30 AM
 #5

This is a very good idea that I have been waiting for.

While waiting for its App Store release, why not put on a repo for Jailbroken iPod, iPhone's or iPads? Cheesy

Coincidentally I just jailbroke an ipod touch so yes  Cheesy
M4v3R
Hero Member
*****
Offline Offline

Activity: 607
Merit: 500


View Profile
April 08, 2011, 01:36:49 PM
 #6

I dont have much knowledge in jail-broken dev, but if you want, sign up for an Ad Hoc version at
http://bit.ly/g4FNZX


I've did this. Do you provide a build for iPhone 3G? Because I've registered but I have nothing there, except for an information that the developer needs to provide build for my model.
Jered Kenna (TradeHill)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile WWW
April 08, 2011, 09:38:24 PM
 #7

I already submitted one Bitcoin iPhone app, but apple rejected because "not useful"-clause. It was just very simple app for following the market stats of Bitcoin. Will put source code to github when I have time...

Implying everything that makes it to the app store is useful wtf? That seems like it has a good use too.

moneyandtech.com
@moneyandtech @jeredkenna
M4v3R
Hero Member
*****
Offline Offline

Activity: 607
Merit: 500


View Profile
April 09, 2011, 04:39:40 AM
 #8

Meh, Now I see on the Testflight app, that a build is available, but it's only compatible with iOS 4.3, which is beyond me (4.2.1 was the latest version to run on older iPhones).
Clarithium
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile WWW
April 09, 2011, 05:09:50 AM
 #9

Great... I have an iPhone 3G.  Guess mine isn't supported..?

That's just stupid.

I make websites for bitcoins! Will help you host!Click Here
Bitcoin Mining Rigs
1CrNUxx8E9ds1jQ1dexp9FFjhcuUqupdmN
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 09, 2011, 11:45:07 AM
 #10

No problem, I'll build a new version which goes back to iOS 4.0 (going back to 3.1.3 will really limit what I can do.)
So PLEASE register your devices for testing if you havent done so already at http://bit.ly/g4FNZX .
Its not enough to signup for the site, you need to register your device

Thanks, Udi
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 09, 2011, 12:51:10 PM
 #11

0.0.5 crashes on iPhone 3G. Working on it
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 09, 2011, 03:49:45 PM
 #12

OK a fix at http://bit.ly/glCBLi
if you want to join, signup and register your device (two different button presses) so I will be able to update the version with your unique device number (UDID)

For now there is a long time after starting the App in which you get an Error message on some of the screens, so just wait a little bit or just move around between the pages until the App starts to work.

Again, this is a test program, so the Apps wallet may be lost in future versions (be careful)
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
April 10, 2011, 11:57:53 PM
 #13

I'd be worried about this trashing the battery life and/or internal storage. BitCoin is super read/write heavy during the indexing phase. The software wasn't really designed with mobiles in mind. Startup time in particular is going to be "not excellent" even after the block chain is fully downloaded. It takes several seconds even on a high end MacBook, and architecturally that's hard to fix.

However it's definitely a good way to test what Apples reviewer team thinks of it.
Clarithium
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile WWW
April 11, 2011, 01:32:43 AM
 #14

Just registered my iPhone 3G :]

I make websites for bitcoins! Will help you host!Click Here
Bitcoin Mining Rigs
1CrNUxx8E9ds1jQ1dexp9FFjhcuUqupdmN
Rawrr00
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 12, 2011, 02:31:56 AM
 #15

Registered iphone 3gs
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 16, 2011, 02:25:22 AM
 #16

In the latest release 0.0.13 I have added the option to connect to a remote bitcoin server/daemon.
So you can have your bitcoin machine running in the cloud and connect to it while on the move.

If your interested, you are welcomed to join the team of testers at http://bit.ly/g4FNZX
Escalion
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
April 28, 2011, 09:32:48 AM
 #17

Would anyone have an issue with me going through the code on this and releasing it on the app store?

(I have a developer account)
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 28, 2011, 10:34:57 PM
 #18

I've already submitted a more advance version of it (1.0.2) to Apple.
The latest message I got from them on April 25 was  "...review process will require additional time..."

udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
April 28, 2011, 10:48:23 PM
 #19

I continue to update my changes to bitcoin code at https://github.com/udibr/bitcoin
I will have to decide what to do with the App part, once I get an answer from Apple
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 05, 2011, 08:03:47 PM
 #20

I was called by a person from Apple: App was rejected by Apple because "...it involves intermediate currency..."
I've asked why Apps such as PayPal and Venmo are accepted and he replied that he "does not have time to elaborate"
I then asked if they allow just a console to a remote node (not located on iPhone) and he said that this will also be an App that involves intermediate currency and there for will not be allowed...


udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 05, 2011, 08:21:30 PM
 #21

I've posted this to Apple:
"As part of your testing, you have transfered 0.5 bitcoin from the server I supplied you to your account. Current value in USD is about 1.5 please send the 0.5 bitcoin back to the server's address. Its either bitcoins dont have value and in this case the App should be approved or they do have value and in this case send me the half bitcoin back.

I would like to get from you some details on in what way this App is different from Venmo, Paypal, Square, among others."
slurch
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile WWW
May 05, 2011, 08:48:59 PM
 #22

That really sucks. I would consider jailbreaking my phone (*gasp*) for functionality in this realm. Apple really sucks in this regard...though I've been very happy with the hardware.

I've been extremely happy with the beta (though, in all honesty, I use it mostly for checking my wallet balance in bed).

Good luck getting this sorted.

Donations accepted at: 1AXKzVc1tTmfC6VkWwBNSzKqThqhwsC5mY
For what, I have no idea...
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 05, 2011, 10:03:26 PM
 #23

there is no need to jailbreak - I can add up to 100 people on the "beta" program
and other developers can do the same
njloof
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 05, 2011, 10:06:04 PM
 #24

Plus, since it's open source, those of us with the iPhone SDK can compile it ourselves and save a beta license for somebody else Smiley
slurch
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile WWW
May 05, 2011, 10:06:40 PM
 #25

Good enough for now, then. Thanks for being so cool with everything. You really do have top notch support, too...especially for a noob such as myself. Smiley

Donations accepted at: 1AXKzVc1tTmfC6VkWwBNSzKqThqhwsC5mY
For what, I have no idea...
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 06, 2011, 11:46:41 AM
 #26

Following Apple response I've uploaded the entire updated source for the App at https://github.com/udibr/bitcoinApp
Please send me updates using github pull request.

Thanks, Udi
chrissignnow
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 07, 2011, 12:21:29 AM
 #27

This is crap.  I am ready to go Android (although this will obviously not help me get an App).  I also do not know how they could allow money management applications and not this.  I also do not think it is an "intermediate" currency.  It is currency.

Keep up the good fight!  I am still planning on making a donation once I can buy up some bitcoins (through the roof right now!)

Chris
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 07, 2011, 01:54:58 AM
 #28

Its not clear it will be allowed on Android. Last week google removed all tethering Apps from Android markets.

This is the content of my last email to Apple (you are welcomed to send them your own):
====================================8<========================================
I've received from you a phone call to say the App was rejected.
In the phone call the Apple representative said the App can not be approved because it handles intermediate currency which is not allowed by the "App Store Review Guidelines"
I've went to your site http://developer.apple.com/appstore/resources/approval/guidelines.html
And tried to find this clause.
The only relevant section I found was "Purchasing and currencies" but it gave no reference to an "intermediate currency".
Can you please send me the link to the correct reference.
This goes back to my question from the email below as to what is the difference between this App and others in which a form of currency is handled (as far as I know, in the Venmo App the amount of money you have is not "real" dollars, while PayPal acts more like a regular bank.)

Please note that to the best of my knowledge there is no relation between bitcoins and any feature of iPhone or any other Apple product.
The only possible connection is that some people will buy Apple servers for their superior support for OpenCL in order to use it to generate bitcoins (but this is completely outside the scope of this App.)

Thank you very much, and please send me my 0.5 BitCoin back.
You can also use the following address:

1JsHXZRoqoPkwpZajy1VmnSmmvxqy1eux2
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
May 07, 2011, 10:06:49 PM
Last edit: May 07, 2011, 10:23:15 PM by grondilu
 #29

I was called by a person from Apple: App was rejected by Apple because "...it involves intermediate currency..."
I've asked why Apps such as PayPal and Venmo are accepted and he replied that he "does not have time to elaborate"
I then asked if they allow just a console to a remote node (not located on iPhone) and he said that this will also be an App that involves intermediate currency and there for will not be allowed...


Just throw you iCrap away.




bcardarella
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 08, 2011, 05:43:30 AM
 #30

Unfortunately this seems like it is just part of the growing process for Bitcoin. Just because this app is denied today does not mean it will be denied tomorrow. As Bitcoin continues to gain mainstream acceptance it is just a matter of time until Apple can no longer ignore it.

If Paypal was at the same point as Bitcoin I find it hard to believe Apple would respond any differently. Paypal has clout/marketshare so they're going to get acceptance. It sucks but that's how the game is played.
scotu
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 08, 2011, 02:51:17 PM
 #31

Its not clear it will be allowed on Android. Last week google removed all tethering Apps from Android markets.

I don't know much about bitcoin but I wanted to rectify on your sentence: market policies does not mean much on android since: A. you can have multiple, separate markets (e.g. Amazon App Store for Android) and B. on most devices you can sideload app legally and without hacks/jailbreaks (I think AT&T in the US is the only one in the world that locks this); just download from the web and install.

Good luck with bitcoin :)
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 08, 2011, 02:52:53 PM
 #32

I've sent this email to steve@apple.com (lets see if I get a reply):

I think Apple is missing:
I was rejected because the App involves "intermediate currency" however, bitcoin,  is the first true virtual peer-to-peer currency, which unlike all other currencies is not backed by a country or by a central server, but by the bitcoin community (http://bitcoin.org)
This site http://www.bitcoinwatch.com/ has some interesting statistics: In last 24h there were 3.6K exchanges involving 400K bitcoins, the current exchange rate is $3.67=1 bitcoin and according to this the market cap is $22.8M

I am involved with technology before the days of Apple II and I can tell you that this is the real-deal, and just ignoring bitcoin is a mistake.
As far as I know, you cant buy with bitcoins anything in Apple's so it cant be used to by pass your in-app purchase mechanism.
I would even suggest you will add bitcoin to one of the currencies in which people can buy on your stores.

Please reconsider, Udi
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 08, 2011, 09:31:39 PM
 #33

Thank you for all the people who signed up for testing. It is encouraging!

I try to send you a version as quickly as I can but few people forgot to signed up their device(s) (go to testflight from your iOS device not from your PC/Mac.)

If you haven’t (and have an iOS device) you can sign up at: http://bit.ly/g4FNZX

Perhaps emailing Apple will also help. I am not sure what would be the best email address for that. If anyone has an idea, please post it here.

If anyone wants to improve my code then start from here:
https://github.com/udibr/bitcoinApp
and please let me know (or make a pull request)

Donation will also help:
1JsHXZRoqoPkwpZajy1VmnSmmvxqy1eux2
Programing, testing and distribution the test version takes its time and in addition, some of the tests I run consume the usual 0.01 fee, not to mention the 0.5 bitcoin that Apple took and never returned.
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 09, 2011, 03:45:36 AM
 #34

sorry, I run out of iOS devices I can add to my beta test.
The real solution is to make Apple allow this App on their store.
benjaminwand
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 09, 2011, 04:22:40 PM
 #35

I'd like to learn something and I'd like to support Bitcoin.
How can I compile the source from https://github.com/udibr/bitcoin ?
With Xcode? Xcode 4 seems not to support git, how can I bring the software project into Xcode?
jtimon
Legendary
*
Offline Offline

Activity: 1372
Merit: 1002


View Profile WWW
May 09, 2011, 05:38:04 PM
 #36

The appstore is not compatible with free software as far as I know. So, yes, throw your iCrap away.

http://www.fsf.org/news/2010-05-app-store-compliance

2 different forms of free-money: Freicoin (free of basic interest because it's perishable), Mutual credit (no interest because it's abundant)
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 10, 2011, 11:59:16 AM
 #37

Xcode fully supports git in a very nice way.
As for building the bitcoin App:
I broke the project into two repositories:
1) git@github.com:udibr/bitcoin.git
 is a fork out of the original bitcoin repository and in it I used #if TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR to mark my small changes.
2) git@github.com:udibr/bitcoinApp.git
is the App itself and this is where the Xcode project file for both repositories is held: BitCoin.xcodeproj

In addition you need to build several other packages for iPhone. The above is just an overview, the exact steps are described at
https://github.com/udibr/bitcoin/blob/master/build-iOS.txt

Good luck, Udi
njloof
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 11, 2011, 08:07:53 PM
 #38

Thanks for all your work thus far. The only bugs I've had have been on my old iPhone 3G. It has less RAM, so I suspect that's one reason why the app crashes; when it's been full with music it also can cause the app to crash. In both cases it seems unrecoverable without deleting the app (the app will always crash on launch after one of these crashes). It would be great for the app to recover in that case and regenerate the database.

Donation will also help:
1JsHXZRoqoPkwpZajy1VmnSmmvxqy1eux2

>plonk<
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 11, 2011, 08:59:20 PM
 #39

Interesting. I know that the App always crash on 4.2.1. Maybe this is related.
What iOS version do you have? Do you know if bitcoin has a recovery command-line-flag I can use?
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
May 11, 2011, 09:52:36 PM
 #40

There's already a Bitcoin wallet app in the Android market (testnet only).
njloof
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
May 12, 2011, 12:14:35 AM
 #41

Interesting. I know that the App always crash on 4.2.1. Maybe this is related.
What iOS version do you have? Do you know if bitcoin has a recovery command-line-flag I can use?

4.2.1, which I gather is the last for iPhone 3G. Works fine on an iPod Touch running 4.3 though. Probably should just prevent installs on 3G/4.2.1.
optimo
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 12, 2011, 02:52:35 PM
 #42

I help run TheBigBoss repository on Cydia, the jailbreak app store.

This technology is so cool it's tough to explain to my contemporaries. I love the idea; this should be bigger news than just a story about an apple rejection.
If you get the itch waiting on Apple and want to see this project or a derivitive build make it to the masses, we can host the package for you. We do try to support what is rejected by apple, and I feel this app really should be in the hands of users soon.

I wouldn't go so far as to build it for ourselves - not sure how that would make us look. I can say that the userbase that is using jailbroken idevices is huge and growing larger each day with the devices gaining traction in the western world this year.

If you need any help or have any questions just drop us a line Wink

Optimo @
thebigboss.org
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 18, 2011, 12:46:44 PM
 #43

For people that continue to signup for testing, I run out of devices I can add.

If any other iOS developer wants to build the App and sign it to few additional devices (UDID) then I can forward him the devices that signed up but are not in my test and then I can distribute the App back to the device owners
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
May 22, 2011, 11:53:42 AM
 #44

did anyone clone this project to allow another 100 beta testers, please?

You can't build a reputation on what you are going to do.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 24, 2011, 01:02:45 AM
 #45

For people that continue to signup for testing, I run out of devices I can add.

If any other iOS developer wants to build the App and sign it to few additional devices (UDID) then I can forward him the devices that signed up but are not in my test and then I can distribute the App back to the device owners
is it possible to distribute the .ipa file for the app?

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 24, 2011, 05:11:02 PM
 #46

the latest .ipa file can be downloaded from https://s3.amazonaws.com/udibriphone/bitcoinApp.ipa
(in addition to testflight site)

Let me know if/how its possible for someone else to re-sign it with a new provisioning file.
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
May 24, 2011, 05:23:48 PM
 #47

Let me know if/how its possible for someone else to re-sign it with a new provisioning file.
I've purchased the Xcode app for 5$. does that qualify me to distribute 100 beta apps? If yes, than I could help you.
I'm asking a quick question here before I read the whole license stuff. I've noticed an option to spend 100$ for a year long developer's program but that's not an option for me.

You can't build a reputation on what you are going to do.
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 24, 2011, 07:15:49 PM
 #48

you need the $100/yr (the $5 app used to be free)

Also I am not sure if you can take someones else .app file and sign it with your provisioning file.
On a second thought I am sure you cant.
Because the App id has to match the certificate which you get from the developers site (to which you have access only if you pay $100/yr)
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
May 24, 2011, 09:30:55 PM
 #49

you need the $100/yr (the $5 app used to be free)
it's still free for registered developers ($100/yr) but I only needed the compiler & co to work on a different project, not targeted on iOS. so i spent the 5 bucks as a one off payment for a nice tool.

Also I am not sure if you can take someones else .app file and sign it with your provisioning file.
On a second thought I am sure you cant.
Because the App id has to match the certificate which you get from the developers site (to which you have access only if you pay $100/yr)
seems like a no go at the moment. thanks for the clarification.

You can't build a reputation on what you are going to do.
forbun
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile WWW
June 01, 2011, 08:17:41 AM
 #50

Also I am not sure if you can take someones else .app file and sign it with your provisioning file.
On a second thought I am sure you cant.
Because the App id has to match the certificate which you get from the developers site (to which you have access only if you pay $100/yr)

I'm an iOS Developer. Long ago (about 3 years) I published an app on Cydia. If I remember correctly, the process at that time involved re-signing the app binary, so I actually think this may be possible.

Publishing on the App Store is indeed the most promising route. I'm not sure I want to risk submitting on my account, though, as I have other successful apps published under that account. Maybe we can establish a new Bitcoin company for the sole purpose of trying to get a Bitcoin app published on the App Store. If anyone's interested in helping with this, contact me.

What name would you give to the smallest unit of bitcoin (0.00000001)? sat. What name would you give to 100 sats? bit. 1 bit = 1 uBTC. 1,000,000 bits = 1 BTC. It's bits
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 04, 2011, 01:12:54 PM
 #51

I'm not sure I want to risk submitting on my account, though
Did you wanted to say that a new company is needed for submitting on Cydia or for re-submitting on App Store?

I will try to talk with the App review people at WWDC next week and see what exactly they object to.
broker11
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
June 06, 2011, 12:38:39 AM
 #52

http://itunes.apple.com/us/app/bitcoin-app/id441200334?mt=8
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
June 06, 2011, 09:20:21 AM
 #53

Smiley as soon as app store accepts bitcoins I'll pay the 3.99 $

btw if it hits the top rank in the finance category it will be additional bitcoin promotion ...

You can't build a reputation on what you are going to do.
jimijon
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 09, 2011, 08:02:57 PM
 #54

Hello -

I have a personal app published on the Apps store and was thinking
I could fairly easily integrate it into the App for an updated pro version.

What would be the minimum needed to make it useful.

In this way we could get our foot in the door.

Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
June 10, 2011, 05:41:02 PM
 #55

In this way we could get our foot in the door.
and get banned from app store?
anyway it should be doable. you probably need a button to switch to the bitcoin part of the app and merge the code to your app.

You can't build a reputation on what you are going to do.
tragor
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 11, 2011, 03:07:15 PM
 #56

it's free at the moment, I just downloaded it.
ironwolf
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
July 07, 2011, 01:39:09 AM
 #57

I will try to talk with the App review people at WWDC next week and see what exactly they object to.

Did you find out anything at WWDC?
udibr (OP)
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 08, 2011, 01:28:37 AM
 #58

got a final rejection
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1255


May Bitcoin be touched by his Noodly Appendage


View Profile
July 23, 2011, 05:28:15 PM
 #59

I just found that thread
So, finally, what's going on? The project is abandoned? Are some people still interested?

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
July 24, 2011, 03:28:14 AM
 #60

I just found that thread
So, finally, what's going on? The project is abandoned? Are some people still interested?

I will pledge 1 bitcoin to whoever makes this installable through Cydia.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1255


May Bitcoin be touched by his Noodly Appendage


View Profile
July 26, 2011, 07:48:17 PM
 #61

I managed to compile it but the app seems to crash

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
vv01f
Sr. Member
****
Offline Offline

Activity: 314
Merit: 250


View Profile
August 24, 2011, 11:56:32 AM
 #62

testflightapp.com says, there aint no ipad2-version. but shouldnt run any iphone app on ipad already?!
is there a solution to use the app on ipads withour being a ios-developer?

donations to me please send via bitcoin 1vvo1FDwSAwNdLVA1mFkM7v76XPZAAUfb
a good European exchange: bitcoin.de (ref-link)
Anonymailer
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 25, 2011, 06:58:29 PM
 #63

testflightapp.com says, there aint no ipad2-version. but shouldnt run any iphone app on ipad already?!
is there a solution to use the app on ipads withour being a ios-developer?
xcode is free on the app store these days, but I'm not sure whether you can install your code on a device without the dev account - no harm trying though!

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
vv01f
Sr. Member
****
Offline Offline

Activity: 314
Merit: 250


View Profile
August 25, 2011, 09:40:16 PM
 #64

 Shocked on apple site they demand $99/y for it - or did you mean some other source? didnt find anything directly in the ios-appstore excepting some helpers and how-tos

but perhaps my blindness asks its tribute and someone can point me (and prolly some others) in a good direction  Roll Eyes

donations to me please send via bitcoin 1vvo1FDwSAwNdLVA1mFkM7v76XPZAAUfb
a good European exchange: bitcoin.de (ref-link)
Anonymailer
aka BitBacco
Hero Member
*****
Offline Offline

Activity: 662
Merit: 500



View Profile WWW
August 26, 2011, 12:44:49 PM
 #65

Shocked on apple site they demand $99/y for it - or did you mean some other source? didnt find anything directly in the ios-appstore excepting some helpers and how-tos

but perhaps my blindness asks its tribute and someone can point me (and prolly some others) in a good direction  Roll Eyes
Haha good luck programming on iOS  Grin
xcode is only available for Mac OS X - 10.6.8 and up - if you're running 10.6.8 or newer there will be an App Store for Mac on your computer through which you can download xcode for free.

$99 a year is for the developer program, which allows you to do things like download betas of new versions, and may be necessary to acquire profiles that allow you to install software on devices. Only, I'm too lazy to look up whether you do need the dev account for that  Wink

MacMiner - The first, best and easiest to use native Mac coin mining app: https://bitcointalk.org/index.php?topic=197110.0

BTC: 12vZf8mjaXvHorXWVWfv7nZspHa8L8kfoG LTC: LLRqwo3YcLqoRyfZRVmUevtd2Y35Vvnt4w
opticbit
Hero Member
*****
Offline Offline

Activity: 695
Merit: 502


PGP: 6EBEBCE1E0507C38


View Profile WWW
August 26, 2011, 09:54:16 PM
 #66

Someone could write an iFart ButtCoin edition, include Bitcoind as an easter egg.
There's your useless app Steve, oh right.... Tim Cook is in charge now, let's see what he thinks about bitcoin


I'm enjoing the bitcoin app on my android phone. I've even got some people to install it.

- sent from my Galaxy S.

Bitrated user: opticbit.
https://www.bitrated.com/opticbit
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
August 28, 2011, 01:26:33 AM
Last edit: September 03, 2011, 09:22:34 PM by binford 6000
 #67

video tutorial from Stanford university - developing for iOs is also free on iTunes
it's about 20 sessions, explaining all key aspects of app development for iPhone,Pad,Pod devices
go, create.

edit: the free xcode requires mac os 10.7 and is version 4.1
mine was for a few dollars and is version 4.0.2 (and i run 10.6.8 )

either way anyone who is interested and can click a few buttons _should_ be able to build it in less than 1 bottle of wine

You can't build a reputation on what you are going to do.
Pages: 1 2 3 4 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!