Aws Mobilehub : Rename Android / Ios Sample Project
Solution 1:
This is a GOOD question and is a feature we are considering. I'll add BOTH of your requests at +1's.
Question: Is there any way I can generate ios/swift/android code with my project name instead of "mysampleproject"?
Answer: Not at this time. AWS Mobile Hub project code for iOS/Android are all created with "com.amazon.MySampleApp" identifier or project name. For now, I would create your Facebook/Google and Push using your own project name and identifier then update the Mobile Hub generated quickstart app.
In the "Build" instructions, you'll see project names and identifiers you'll need to change for each of the services you implemented. For example, in the Build > Setup > Facebook Sign-in section for iOS, you'll see you only need to change the Bundle ID = com.amazon.MySampleApp to your own Bundle ID.
I see that this is not as streamlined and that is why we are considering the option to allow you to specify the bundle identifier and package name before the sample project code is generated.
Keep an eye on the AWS Mobile Development Forum for any new announcements or releases.
Post a Comment for "Aws Mobilehub : Rename Android / Ios Sample Project"