Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

ios - Bundle ID Blunder - But is this really an issue? -


i have seen lot of documentation describes "correct" or "recommended" format appstore bundle id's follows: com.companyname.appname

this makes sense, , how named our first 2 apps in appstore.

but confusing ui change on apple's web interface, our newest app ended getting created in itunes connect bundle id of "appname". un-editable once entered, , reportedly deleting app try , recreate correctly blocks ever again using app's name. changing app's name @ last minute not solution if have invested in art, branding, , marketing.

i unable upload our binary until changed bundle id in info.plist match "incorrect" version on itunes connect. our app has been approved, haven't yet made available in store yet. know once bundle id out in wild, forever unchangeable. imagine if fixed, needs happen before release our app world.

my question -- there way salvage situation having "incorrect" bundle id? , - situation?

is there actual downside having bundle id formatted way have it?

i have written apple twice on past week asking / advice on situation, have not heard back.

i see lot of people writing "correct" way format bundle id, downside being formatted incorrectly? other convention, makes 1 way more correct other anyway?

are facing potential issues going live in store? should hold our release until hear apple on this?

thanks sharing insight, experience, , wisdom!

apple never responded, our app approved incorrectly formatted bundleid of "appname" instead of "com.companyname.appname".

our app has been selling well, , we've had no issue pushing out 3 updates now, best can tell there no issues worry about.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -