Does anyone has started to get the benefit of Small Business Programm?
I applied for apple small business program on 1st april. Then I had received a mail with context below:-
Thank you for submitting your enrollment for the App Store Small Business Program, designed to help you invest more resources into your business. We’ll review your details and email you with your enrollment status soon.
But till now I've not received any mail on status.
Does anybody have experienced with the same issue?
Then how do You solve this?
Post
Replies
Boosts
Views
Activity
I'm not getting the reason of below error in viewWillTransition function:--
Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value + 0
super.viewWillTransition(to: size, with: coordinator)
view.subviews.forEach { $0.removeFromSuperview() }
let deviceName = UIDevice.current.model
if deviceName == "iPhone" {
UserDefaults.standard.set(size.width, forKey: "RotScreenWidth")
UserDefaults.standard.set(size.height, forKey: "RotScreenHeight")
}
// var text=""
switch UIDevice.current.orientation{
case .portrait:
//text="Portrait"
self.viewDidLoad()
case .portraitUpsideDown:
//text="PortraitUpsideDown"
self.viewDidLoad()
case .landscapeLeft:
//text="LandscapeLeft"
self.viewDidLoad()
case .landscapeRight:
// text="LandscapeRight"
self.viewDidLoad()
default:
//text="Another"
self.viewDidLoad()
}
}
I've found this error from window -> Organiser -> crashes.
NOTE:- I've done all my design programmatically and all my design are loaded from viewDidLoad() . So I need to reload the design when there is device rotation.
Suppose my app's Ready for sale version is - 1.0.13.
Then an issue came to this version. I've fixed it from Xcode.
Everything is fine. Now how'll I update these changes in "Ready for Sale" version?
I used to do it in the following way -
Archive from xcode
Distribute to Testflight
Create new version in app store connect
select the build
Submit for review
But these process took so much time.
Are there any shortcut so that the changes can be reflected instantly??
Or this is the only procedure to update the app?
Suggestions are welcome...
Everything in my app was fine before 26th april.
But my code sign certificate has expired in 27th april and I'm getting this issue.
I'm getting this error at the end of archive in Xcode. and the archive is failed.
My Xcode version is 11.3.1. I've done below steps to solve this issue:-
1) I've removed pod and reinstall.
2) have lock and unlock the login from keychain certificate.
3) have created a new certificate which is valid for another year.
but still my issue is not solving. Please suggest me the solution if anybody have faced similar type of issue.
I've read that apple will take 30% for first year and 70% to developer. After that developer will get 85%.
So after first year - does my app proceed price will increase?
And does the year calculate from my membership subscription date?
I've an custom app. Last 26th june , it has approved.
But on 28th june, mistakenly I've selected "Available on the App Store and for volume purchasing on Apple Business Manager and Apple School Manager" this option from pricing and availability.
And "Available for private distribution to specific organizations on Apple Business Manager or Apple School Manager" - this option has disabled.
My organization id is also not viewable.
I'm in very much fear. I'm very new in app distribution.
This was my first app.
Please tell me - what'll I do now?
Please help...
I have sent my sent my iOS app build for review.The app is written in Swift. My app basic details is below:-The app will be used as a checklist and notebook for appraisers.The front screen of the app is login screen with forget password and create account option. So any user can create an account and use it.But there is one barrier - after admin approval, new user can login into the app. and use.Note:- We've some existing user. So after app distribution, we'll add them in the app. In that case, they don't need to create account. They can directly login into the app. And the language of the app is Norwegian.Apple has "Rejected the binary". And told me the below reason:-During our review, we found that this app was designed for a specific business or organization, including its partners, clients or employees, and not for general distribution on the App Store.In which way - I'll approve my binary......Thanks in advance for helping me.