Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Business Forums > Business, Legal, & App Store

Reply
 
LinkBack Thread Tools Display Modes
Old 03-26-2010, 12:55 PM   #26 (permalink)
Support Female Indie-Devs
 
sarahconnor's Avatar
 
Join Date: Apr 2009
Location: Austin
Posts: 197
sarahconnor is on a distinguished road
Default

Quote:
Originally Posted by jbullfrog View Post
Ok so I just tried to upload my binary and I get this error. why is this?

"The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application."

I just tested it.

Base SDK = iphone devise 3.2
Target Devise Family = iPhone/iPad
iPhone OS Deployment Target = iphone devise 3.1.3

Built to my phone as "iphone devise 3.2 (base sdk)" debug, and it built fine.
I had that same error at first too, then I realized I was uploading the binary from the Simulator not the build ran on the "device" setting.
__________________
Follow us on Twitter @mandylowry or @blackhivemedia
http://www.blackhivemedia.com/arcadejumper.html
sarahconnor is offline   Reply With Quote
Old 03-26-2010, 01:01 PM   #27 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 140
jbullfrog is on a distinguished road
Default

Quote:
Originally Posted by sarahconnor View Post
I had that same error at first too, then I realized I was uploading the binary from the Simulator not the build ran on the "device" setting.


Im uploading the binary from my "Distribution-iphoneos" folder, which was built using the "iphone devise 3.2 (base sdk)" setting from the drop down menu in xcode.
jbullfrog is offline   Reply With Quote
Old 03-26-2010, 10:54 PM   #28 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 44
arcarocket is on a distinguished road
Default

I've had an app on the market for months now and just updated to work on iPad using 3.2 Bet 5. But now what do I do?

I made the distro build and got it zipped ready to go. It does not seem to be self explanatory what I do with it. Do I simply "Update Application" and upload new binary?

But this makes no sense, as it does not ask for screenshot. Do I rename it and upload as iPad only (prefer not, like to keep my branding).

Let me know if anyone figured this out! Are previous apps that are out not allowed to be compatible with ipad and iphone?

Help, confused!
arcarocket is offline   Reply With Quote
Old 03-26-2010, 11:07 PM   #29 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 140
jbullfrog is on a distinguished road
Default

Quote:
Originally Posted by arcarocket View Post
I've had an app on the market for months now and just updated to work on iPad using 3.2 Bet 5. But now what do I do?

I made the distro build and got it zipped ready to go. It does not seem to be self explanatory what I do with it. Do I simply "Update Application" and upload new binary?

But this makes no sense, as it does not ask for screenshot. Do I rename it and upload as iPad only (prefer not, like to keep my branding).

Let me know if anyone figured this out! Are previous apps that are out not allowed to be compatible with ipad and iphone?

Help, confused!
All apps are, "out of the box" already compatible with the iPad, you dont need to do anything unless you want to. First the ipad and the iphone have different screen sizes, so your iphone app will scale up (pixel double), but this leaves black bars on the screen that frame your app. If you want it to run natively then you will need to do some conditional coding, this allows you to use your existing code, but do things slightly different from iphone to ipad. You can also duplicate your nib (.xib) file if your using interface builder and now load assets from the ipad.xib when the "universal binary" your app is launched on the ipad. And when its launched on the iphone it will load the iphone.xib.
jbullfrog is offline   Reply With Quote
Old 03-27-2010, 02:53 AM   #30 (permalink)
Registered Member
 
herrvlad's Avatar
 
Join Date: Oct 2009
Posts: 82
herrvlad is on a distinguished road
Default

Strange, my approved application just went "Removed From Sale". Anyone else experiencing the same thing? I was wondering that maybe it's because of the beta SDK...
herrvlad is offline   Reply With Quote
Old 03-27-2010, 10:45 AM   #31 (permalink)
m0s
Registered Member
 
Join Date: Mar 2009
Posts: 122
m0s is on a distinguished road
Default

any of you guys knnow what the deal is with the two sizes of Icon.png in the binary?

Vague
m0s is offline   Reply With Quote
Old 03-27-2010, 11:14 AM   #32 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 44
arcarocket is on a distinguished road
Default

Quote:
Originally Posted by m0s View Post
any of you guys knnow what the deal is with the two sizes of Icon.png in the binary?

Vague
Sign in with your Apple ID - Apple Developer

You have to add both to plist using the CFBundleIconFile
arcarocket is offline   Reply With Quote
Old 03-27-2010, 11:15 AM   #33 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 44
arcarocket is on a distinguished road
Default

Quote:
Originally Posted by herrvlad View Post
Strange, my approved application just went "Removed From Sale". Anyone else experiencing the same thing? I was wondering that maybe it's because of the beta SDK...
This happened to me a few weeks ago, right after approved went right to "developer removed " and never knew why. THis was for standard 3.1.2 app.
arcarocket is offline   Reply With Quote
Old 03-27-2010, 12:35 PM   #34 (permalink)
Registered Member
 
herrvlad's Avatar
 
Join Date: Oct 2009
Posts: 82
herrvlad is on a distinguished road
Default

Quote:
Originally Posted by arcarocket View Post
This happened to me a few weeks ago, right after approved went right to "developer removed " and never knew why. THis was for standard 3.1.2 app.
I didn't get a response from Apple yet, but I guess my app was removed because I hadn't included the both icon files discussed above. Still it's pretty weird that at first they approved the app and then removed it later on.
herrvlad is offline   Reply With Quote
Old 03-27-2010, 02:08 PM   #35 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 11
Vic-Viper is on a distinguished road
Default

Quote:
Originally Posted by herrvlad View Post
I didn't get a response from Apple yet, but I guess my app was removed because I hadn't included the both icon files discussed above. Still it's pretty weird that at first they approved the app and then removed it later on.
I got a "Removed from Sale" last night at 11pm. Noticed 2 people on Twitter getting the same. I am not using a universal binary and my app was approaved for sale earlier yesterday. Not sure what is going on since apple told me nothing. Hope I still get to launch.
Vic-Viper is offline   Reply With Quote
Old 03-27-2010, 02:18 PM   #36 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 44
arcarocket is on a distinguished road
Default

Quote:
Originally Posted by Vic-Viper View Post
I got a "Removed from Sale" last night at 11pm. Noticed 2 people on Twitter getting the same. I am not using a universal binary and my app was approaved for sale earlier yesterday. Not sure what is going on since apple told me nothing. Hope I still get to launch.
Is using a Universal binary a no-no? I have been building and submitting mine as universal. (Replacing my current published standard 3.1.2 apps with the 3.2 that work on all platforms)
arcarocket is offline   Reply With Quote
Old 03-27-2010, 03:13 PM   #37 (permalink)
Registered Member
 
herrvlad's Avatar
 
Join Date: Oct 2009
Posts: 82
herrvlad is on a distinguished road
Default

Quote:
Originally Posted by Vic-Viper View Post
I got a "Removed from Sale" last night at 11pm. Noticed 2 people on Twitter getting the same. I am not using a universal binary and my app was approaved for sale earlier yesterday. Not sure what is going on since apple told me nothing. Hope I still get to launch.
My app was removed last night at 11 pm as well. o_O

By the way, did you have both the icons (48 x 48 and 72 x 72)? I didn't, and I was wondering if it was the reason for removal.
herrvlad is offline   Reply With Quote
Old 03-27-2010, 03:38 PM   #38 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 11
Vic-Viper is on a distinguished road
Default

Quote:
Originally Posted by herrvlad View Post
My app was removed last night at 11 pm as well. o_O

By the way, did you have both the icons (48 x 48 and 72 x 72)? I didn't, and I was wondering if it was the reason for removal.
I don't need one since I'm ipad only. Just have the 72x72 and 512x512. Was yours at 11pm exacly like mine?
Vic-Viper is offline   Reply With Quote
Old 03-27-2010, 03:55 PM   #39 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 76
jbro is on a distinguished road
Default

Quote:
Originally Posted by Vic-Viper View Post
I don't need one since I'm ipad only. Just have the 72x72 and 512x512. Was yours at 11pm exacly like mine?
Perhaps they were removed because they aren't supposed to be on the app store yet? Besides, don't you have to recompile with the GA build of the SDK next week anyway? After that approval the "Ready For Sale" status will be static. I would guess anyway.
jbro is offline   Reply With Quote
Old 03-27-2010, 05:28 PM   #40 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 140
jbullfrog is on a distinguished road
Default submitting apps

You might have already seen these, if not here are some links about submitting apps.

Sign in with your Apple ID - Apple Developer

Sign in with your Apple ID - Apple Developer
jbullfrog is offline   Reply With Quote
Old 03-27-2010, 06:34 PM   #41 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 11
Vic-Viper is on a distinguished road
Default

Got an emailfrom apple. They are just doing some testing. All is good
Vic-Viper is offline   Reply With Quote
Old 03-28-2010, 03:24 AM   #42 (permalink)
Registered Member
 
herrvlad's Avatar
 
Join Date: Oct 2009
Posts: 82
herrvlad is on a distinguished road
Default

Quote:
Originally Posted by Vic-Viper View Post
Got an emailfrom apple. They are just doing some testing. All is good
Me too.

But why don't you need to add 48 x 48 icon? The size of iPhone's icons is 57 x 57, so I was thinking that maybe that 48 x 48 icon is for some other purpose than for iPhone.

Edit: Ok, found the answer: http://www.iphonedevsdk.com/forum/bu...-question.html

Last edited by herrvlad; 03-28-2010 at 03:32 AM.
herrvlad is offline   Reply With Quote
Old 03-29-2010, 01:24 PM   #43 (permalink)
iPhone App Developer
 
Join Date: Feb 2009
Posts: 261
GreenApple is on a distinguished road
Default

So, just to be clear, you only need to include 72x72 icon in the binary, not both 48x48 and 72x72 icons, correct?
GreenApple is offline   Reply With Quote
Old 03-29-2010, 01:26 PM   #44 (permalink)
Registered Member
 
herrvlad's Avatar
 
Join Date: Oct 2009
Posts: 82
herrvlad is on a distinguished road
Default

Quote:
Originally Posted by GreenApple View Post
So, just to be clear, you only need to include 72x72 icon in the binary, not both 48x48 and 72x72 icons, correct?
Well, the best practice is to include both the icons - or this is how I understood the matter -, but apprarently you don't need to include both the icons to be approved.
herrvlad is offline   Reply With Quote
Old 03-29-2010, 01:42 PM   #45 (permalink)
Support Female Indie-Devs
 
sarahconnor's Avatar
 
Join Date: Apr 2009
Location: Austin
Posts: 197
sarahconnor is on a distinguished road
Default

I got approved with just the 72X72...but of course once the official sdk is out you will have to rebuild and resubmit. :/
__________________
Follow us on Twitter @mandylowry or @blackhivemedia
http://www.blackhivemedia.com/arcadejumper.html
sarahconnor is offline   Reply With Quote
Old 03-30-2010, 07:44 PM   #46 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 18
Butterbean is on a distinguished road
Default Seed 5 approved then removed from sale

So what do we do if our initial review process for iPad apps was accepted and stated "seed 5 approved" and now they removed it from sale

there is nowhere in there that you can upload a new binary as an update, so do we have to add the iPad application as new now??

This is messed up
Butterbean is offline   Reply With Quote
Old 03-30-2010, 10:40 PM   #47 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 22
lajos is on a distinguished road
Default

Quote:
Originally Posted by Butterbean View Post
So what do we do if our initial review process for iPad apps was accepted and stated "seed 5 approved" and now they removed it from sale

there is nowhere in there that you can upload a new binary as an update, so do we have to add the iPad application as new now??

This is messed up
I have the same problem. Yesterday I received an email asking for a GM seed build. I reuploaded the GM seed build, now I got the same email and my app status is "removed from sale".

I sent an inquiry to apple, but I was wodering if anyone had any info on this.

Thanks,
-lajos
__________________
codza.com
lajos is offline   Reply With Quote
Old 03-30-2010, 10:57 PM   #48 (permalink)
dot
Registered Member
 
Join Date: Feb 2009
Posts: 72
dot is on a distinguished road
Default

Quote:
Originally Posted by lajos View Post
I have the same problem. Yesterday I received an email asking for a GM seed build. I reuploaded the GM seed build, now I got the same email and my app status is "removed from sale".

I sent an inquiry to apple, but I was wodering if anyone had any info on this.

Thanks,
-lajos
There's a couple of threads about this on the http://devforums.apple.com.
dot is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 391
16 members and 375 guests
baja_yu, buggen, ChrisYates, Domele, Duncan C, gbenna, GHuebner, iAppDeveloper, illogical, jeroenkeij, Kirkout, mraalex, PandaUser, poke, ziocleto
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,640
Threads: 94,106
Posts: 402,845
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jasonwhf2
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:23 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0